Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Sep 1, 2024
1 parent 2e02d0b commit 515ed69
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 @@ -58,11 +58,12 @@ jobs:
hugo \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
--baseURL "${{ steps.pages.outputs.base_url }}/"
--source ./docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: .docs/public

# Deployment job
deploy:
Expand Down

0 comments on commit 515ed69

Please sign in to comment.