Commit 37c25a42f5e385830cd073ee0380cb2322d81bef
1 parent
cdb46089
fix: ci
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
@@ -109,7 +109,7 @@ jobs: | @@ -109,7 +109,7 @@ jobs: | ||
109 | 109 | ||
110 | - name: Deploy | 110 | - name: Deploy |
111 | uses: peaceiris/actions-gh-pages@v3 | 111 | uses: peaceiris/actions-gh-pages@v3 |
112 | - env: | 112 | + with: |
113 | ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} | 113 | ACTIONS_DEPLOY_KEY: ${{secrets.ACTIONS_DEPLOY_KEY}} |
114 | PUBLISH_BRANCH: gh-pages | 114 | PUBLISH_BRANCH: gh-pages |
115 | PUBLISH_DIR: ./dist | 115 | PUBLISH_DIR: ./dist |