Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Update hugo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iakdis authored Feb 24, 2024
1 parent fc76d57 commit a0578d4
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,10 +57,11 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
working-directory: ./website
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./website/public
path: ./public

# Deployment job
deploy:
Expand Down

0 comments on commit a0578d4

Please sign in to comment.