1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

Changed a line that Github Actions claimed was bad.

This commit is contained in:
Greg King 2022-06-17 21:22:43 -04:00 committed by mrdudz
parent bcc8c5049b
commit f835412562

View File

@ -98,14 +98,14 @@ jobs:
- name: Get the online documents repo. - name: Get the online documents repo.
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
repository: cc65/doc repository: cc65/doc
path: doc.git path: doc.git
- name: Update the online documents. - name: Update the online documents.
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
env env
cd doc.git cd doc.git
rm *.* rm *.*
cp ../html/*.* . cp ../html/*.* .