Fixed the action/checkout steps.
I misunderstood that action's docs.
This commit is contained in:
@@ -53,8 +53,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
path: cc65
|
|
||||||
|
|
||||||
- name: Do some simple style checks
|
- name: Do some simple style checks
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -108,9 +106,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Update the online documents.
|
- name: Update the online documents.
|
||||||
run: |
|
run: |
|
||||||
cd ../doc.git
|
cd doc.git
|
||||||
rm *.*
|
rm *.*
|
||||||
cp ../cc65/html/*.* .
|
cp ../html/*.* .
|
||||||
git config user.name "cc65-github"
|
git config user.name "cc65-github"
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user