Skip to content

Commit a76e297

Browse files
Update build.yml
change publish_dir to public
1 parent bc170cf commit a76e297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
uses: peaceiris/actions-gh-pages@v4
3939
with:
4040
github_token: ${{ secrets.ACCESS_TOKEN }}
41-
publish_dir: dist
41+
publish_dir: public
4242
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)