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 f54fd54 commit 4b3f4e4Copy full SHA for 4b3f4e4
.github/workflows/deploy.yml
@@ -48,4 +48,4 @@ jobs:
48
uses: peaceiris/actions-gh-pages@v3
49
with:
50
personal_token: ${{ secrets.PERSONAL_TOKEN }}
51
- publish_dir: ./build # adjust if your build output directory is different
+ publish_dir: ./dist # adjust if your build output directory is different
0 commit comments