Skip to content

Commit 61036fe

Browse files
committed
feat(GITHUB): change dist folder in gh-pages workflow
1 parent dfd63c8 commit 61036fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: dist
31+
publish_dir: ./dist
3232
enable_jekyll: true

0 commit comments

Comments
 (0)