Skip to content

Commit

Permalink
HUGO_ENV = production
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Jul 14, 2022
1 parent b0802e3 commit c7df807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:

- name: Build
run: hugo --minify
env:
HUGO_ENV: "production"

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c7df807

Please sign in to comment.