Skip to content

Commit

Permalink
chore: Update hugo.yml to use /docs as the source directory for Hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 13, 2024
1 parent eb0f4e4 commit aae7576
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 @@ -54,12 +54,13 @@ jobs:
HUGO_ENVIRONMENT: production
run: |
hugo \
--source /docs \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs
path: ./public

# Deployment job
deploy:
Expand Down

0 comments on commit aae7576

Please sign in to comment.