1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-04 18:29:31 +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
parent a0e0c789db
commit 268823fdbb

View File

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