diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1fc111c36..62380b7a2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -109,7 +109,7 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 - env: + with: ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: ./dist