Skip to content

Commit 13a6a02

Browse files
committed
fix: correct dir
1 parent 208b152 commit 13a6a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
- name: Deploy
5353
uses: peaceiris/actions-gh-pages@v3
5454
with:
55-
publish_dir: _site
55+
publish_dir: dist
5656
publish_branch: gh-pages
5757
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)