We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5272e53 commit ae4d7d0Copy full SHA for ae4d7d0
1 file changed
.github/workflows/hugo.yaml
@@ -35,7 +35,9 @@ jobs:
35
extended: true # LoveIt theme requires extended version (SCSS)
36
37
- name: Build with Hugo
38
- run: hugo --minify
+ run: |
39
+ rm -rf public
40
+ hugo --environment production --buildDrafts=false
41
42
- name: Upload artifact
43
uses: actions/upload-pages-artifact@v3
0 commit comments