mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
yawn
This commit is contained in:
parent
c0dd3b9d9a
commit
681c51b37e
@ -8,8 +8,13 @@ concurrency:
|
||||
cancel-in-progress: true
|
||||
|
||||
# suggested at https://jonathansoma.com/everything/git/github-actions-403-error/
|
||||
# https://github.com/orgs/community/discussions/26694
|
||||
permissions:
|
||||
deployments: write
|
||||
contents: write
|
||||
statuses: write
|
||||
actions: write
|
||||
checks: read
|
||||
|
||||
jobs:
|
||||
build_windows:
|
||||
@ -106,8 +111,6 @@ jobs:
|
||||
repository: cc65/doc
|
||||
path: doc.git
|
||||
- name: Update the online documents.
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd doc.git
|
||||
rm *.*
|
||||
|
Loading…
Reference in New Issue
Block a user