diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f7cca8..442a548 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,6 @@ jobs: - name: Build the MkDocs site run: mkdocs build - - name: Create target directory if it doesn't exist run: mkdir -p website-repo/wiki @@ -51,6 +50,4 @@ jobs: COMMIT_MESSAGE=$(echo ${{ env.COMMIT_MESSAGE }} | base64 --decode || echo "Update wiki") git add . git commit -m "Wiki: $COMMIT_MESSAGE" - git push - env: - GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} \ No newline at end of file + git push \ No newline at end of file