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