Skip to content

Commit 8dd4fa4

Browse files
Update deploy.yml
1 parent 722fb05 commit 8dd4fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
extended: true
4141

4242
- name: Build
43-
run: hugo --minify --gc
43+
run: hugo --source blog --destination public --minify --gc
44+
4445

4546
- name: Deploy 🚀
4647
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)