Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
denseflux authored Dec 13, 2023
1 parent 52ae91c commit edb2162
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,13 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
path: ./public
- name: Save copy with Hugo
env:
HUGO_ENVIRONMENT: production
run: |
echo "Hugo Cache Dir: $(hugo config | grep cachedir)"
hugo --minify
- uses: stefanzweifel/git-auto-commit-action@v5

# Deploy website to GitHub Pages hosting
deploy:
Expand Down

0 comments on commit edb2162

Please sign in to comment.