Skip to content

Commit 731626c

Browse files
authored
Update deploy-to-pages.yml
1 parent 8064571 commit 731626c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
24-
publish_dir: ./build
24+
publish_dir: ./build/site
2525
force_orphan: true

0 commit comments

Comments
 (0)