Put doc.git next to cc65.
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: cc65/doc
|
repository: cc65/doc
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
path: doc.git
|
path: ../doc.git
|
||||||
|
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@@ -107,10 +107,9 @@ jobs:
|
|||||||
- name: Update the online documents.
|
- name: Update the online documents.
|
||||||
run: |
|
run: |
|
||||||
pwd
|
pwd
|
||||||
ls
|
cd ../doc.git
|
||||||
cd doc.git
|
|
||||||
rm *.*
|
rm *.*
|
||||||
cp ../html/*.* .
|
cp ../cc65/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