mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 19:29:37 +00:00
Changed a line that Github Actions claimed was bad.
This commit is contained in:
parent
bcc8c5049b
commit
f835412562
@ -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/*.* .
|
||||
|
Loading…
Reference in New Issue
Block a user