diff --git a/.github/workflows/snapshot-on-push-master.yml b/.github/workflows/snapshot-on-push-master.yml index ecf36cee7..08ad9d7ad 100644 --- a/.github/workflows/snapshot-on-push-master.yml +++ b/.github/workflows/snapshot-on-push-master.yml @@ -49,7 +49,7 @@ jobs: with: repository: cc65/doc token: ${{ github.token }} - path: doc.git + path: ../doc.git - name: Checkout Source uses: actions/checkout@v2 @@ -107,10 +107,9 @@ jobs: - name: Update the online documents. run: | pwd - ls - cd doc.git + cd ../doc.git rm *.* - cp ../html/*.* . + cp ../cc65/html/*.* . git config user.name "cc65-github" git config user.email "cc65.nomail@github.com" git config push.default simple