We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc170cf commit a76e297Copy full SHA for a76e297
.github/workflows/build.yml
@@ -38,5 +38,5 @@ jobs:
38
uses: peaceiris/actions-gh-pages@v4
39
with:
40
github_token: ${{ secrets.ACCESS_TOKEN }}
41
- publish_dir: dist
+ publish_dir: public
42
if: github.event_name != 'pull_request'
0 commit comments