Skip to content

Commit 51e3019

Browse files
committed
fix: update build dir
1 parent 130ca46 commit 51e3019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: crazy-max/ghaction-github-pages@v4
3535
with:
3636
target_branch: gh-pages
37-
build_dir: dist
37+
build_dir: .output/public
3838
fqdn: md-pages.doocs.org
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)