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 80292b3 commit 2ef0bc5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@ jobs:
run: |
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}/" \
--source ./website
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: ./website/public

# Deployment job
deploy:
Expand Down

0 comments on commit 2ef0bc5

Please sign in to comment.