Skip to content

Commit

Permalink
fix: source path for hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed Apr 15, 2024
1 parent db17df7 commit 5dfe6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
sudo snap install hugo
- name: Build
run: hugo --minify --destination dist
run: hugo --minify --destination dist --source init4
- name: Archive build directory
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5dfe6a5

Please sign in to comment.