Skip to content

Commit

Permalink
fix(ci): set prod environment
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <1651305+astromechza@users.noreply.github.com>
  • Loading branch information
astromechza authored Jul 24, 2024
1 parent a524b1d commit 5738a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
node_modules/.bin/hugo/hugo \
--minify \
--environment staging \
--environment production \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 5738a91

Please sign in to comment.