mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 20:31:53 +00:00
like this? awesome how everyone does something different :)
This commit is contained in:
parent
7c5595efbc
commit
c0dd3b9d9a
@ -39,8 +39,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
# inspired by https://github.com/JuliaRegistries/TagBot/blob/master/example.yml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install Dependencies
|
||||
shell: bash
|
||||
run: |
|
||||
@ -108,6 +106,8 @@ jobs:
|
||||
repository: cc65/doc
|
||||
path: doc.git
|
||||
- name: Update the online documents.
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd doc.git
|
||||
rm *.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user