Skip to content

Commit 9b9c39a

Browse files
committed
Fix dir name
1 parent cd1a4b4 commit 9b9c39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ jobs:
2626
uses: crazy-max/ghaction-github-pages@v2
2727
with:
2828
target_branch: master
29-
build_dir: public
29+
build_dir: _site
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)