We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8064571 commit 731626cCopy full SHA for 731626c
.github/workflows/deploy-to-pages.yml
@@ -21,5 +21,5 @@ jobs:
21
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
22
with:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
- publish_dir: ./build
+ publish_dir: ./build/site
25
force_orphan: true
0 commit comments