We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c48804 commit 9c551b2Copy full SHA for 9c551b2
.github/workflows/deploy.yml
@@ -23,5 +23,5 @@ jobs:
23
- name: Deploy
24
uses: peaceiris/actions-gh-pages@v3
25
with:
26
- github_token: ${{ secrets.GITHUB_TOKEN }}
27
- publish_dir: ./out
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ publish_dir: ./out
0 commit comments