mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Fixed a shell syntax bug. Try again.
This commit is contained in:
parent
735f0cda25
commit
3232ce1bad
@ -96,12 +96,13 @@ jobs:
|
|||||||
name: cc65-snapshot-win64.zip
|
name: cc65-snapshot-win64.zip
|
||||||
path: cc65-snapshot-win64.zip
|
path: cc65-snapshot-win64.zip
|
||||||
|
|
||||||
- name: Update the online documents.
|
- 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
|
||||||
- run: |
|
- name: Update the online documents.
|
||||||
|
run: |
|
||||||
cd doc.git
|
cd doc.git
|
||||||
rm *.*
|
rm *.*
|
||||||
cp ../html/*.* .
|
cp ../html/*.* .
|
||||||
@ -109,7 +110,7 @@ jobs:
|
|||||||
git config user.email "cc65.nomail@github.com"
|
git config user.email "cc65.nomail@github.com"
|
||||||
git config push.default simple
|
git config push.default simple
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m "Updated from cc65 commit $(GITHUB_SHA)." && git push -q || true
|
git commit -m "Updated from cc65 commit ${GITHUB_SHA}." && git push
|
||||||
|
|
||||||
# enter secrets under "repository secrets"
|
# enter secrets under "repository secrets"
|
||||||
- name: Upload snapshot to sourceforge
|
- name: Upload snapshot to sourceforge
|
||||||
|
Loading…
Reference in New Issue
Block a user