1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00

like this? awesome how everyone does something different :)

This commit is contained in:
mrdudz 2023-05-04 15:10:10 +02:00
parent 7c5595efbc
commit c0dd3b9d9a

View File

@ -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 *.*