Skip to content

Commit

Permalink
fix public path in github action for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed May 6, 2024
1 parent 8165c1e commit 505b9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./public
path: ./docs/public

# Deployment job
deploy:
Expand Down

0 comments on commit 505b9ed

Please sign in to comment.