Skip to content

Commit 1062564

Browse files
authored
ci(docs): fix deploy (#99)
1 parent a4604c2 commit 1062564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: ☁️ Deploy to GitHub Pages
4242
uses: peaceiris/actions-gh-pages@v3
4343
with:
44-
github_token: ${{ secrets.GITHUB_TOKEN }}
45-
publish_dir: ./build
44+
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
45+
publish_dir: ./docs/build
4646
user_name: github-actions[bot]
4747
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)