1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-11 11:25:08 +00:00

Directly clone the document repo.

This commit is contained in:
Greg King
2022-06-17 12:58:56 -04:00
committed by mrdudz
parent 4d045a68e3
commit c00c89c2b7

View File

@@ -43,14 +43,6 @@ jobs:
- shell: bash - shell: bash
run: git config --global core.autocrlf input run: git config --global core.autocrlf input
- name: Get the online documents repo.
uses: actions/checkout@v2
with:
repository: cc65/doc
token: ${{ github.token }}
path: ../doc.git
- name: Checkout Source - name: Checkout Source
uses: actions/checkout@v2 uses: actions/checkout@v2
@@ -106,10 +98,10 @@ jobs:
- name: Update the online documents. - name: Update the online documents.
run: | run: |
pwd git clone --depth 1 https://${{ secrets.GITHUB_TOKEN }}@github.com/cc65/doc.git doc.git
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