Skip to content

Commit 193d194

Browse files
author
pascalheidmann
committed
fix publish dir
1 parent fa2fd56 commit 193d194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hugo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
if: github.ref == 'refs/heads/main'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: ./docs
32+
publish_dir: ./public

0 commit comments

Comments
 (0)