1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

Fixed the action/checkout steps.

I misunderstood that action's docs.
This commit is contained in:
Greg King 2022-06-17 08:18:51 -04:00 committed by mrdudz
parent 2290e70e0c
commit e004e92f21

View File

@ -53,8 +53,6 @@ jobs:
- name: Checkout Source
uses: actions/checkout@v2
with:
path: cc65
- name: Do some simple style checks
shell: bash
@ -108,9 +106,9 @@ jobs:
- name: Update the online documents.
run: |
cd ../doc.git
cd doc.git
rm *.*
cp ../cc65/html/*.* .
cp ../html/*.* .
git config user.name "cc65-github"
git config user.email "cc65.nomail@github.com"
git config push.default simple