-
I would like to set HUGO_ENV=production deploying my site on Github to change . |
Beta Was this translation helpful? Give feedback.
Answered by
peaceiris
Jan 29, 2022
Replies: 1 comment 1 reply
-
docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#env - name: Build
env:
HUGO_ENV: production
run: hugo --minify |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giopad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docs: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#env