diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3d2ce0a..cd2d8fe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,7 +57,8 @@ jobs: hugo - name: Deploy - uses: peaceiris/actions-gh-pages@v4 - if: ${{ github.ref == 'refs/heads/main' }} # <-- specify same branch as above here + uses: peaceiris/actions-gh-pages@v3 with: + #deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public