Skip to content

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 authored Apr 27, 2024
1 parent 2ef0bc5 commit 375e2e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--source ./website
--source website \
--destination public
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 375e2e6

Please sign in to comment.