We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52fcbf0 commit 0f74e5bCopy full SHA for 0f74e5b
.github/workflows/hugo.yml
@@ -52,6 +52,8 @@ jobs:
52
HUGO_ENVIRONMENT: production
53
run: |
54
hugo \
55
+ --cleanDestinationDir \
56
+ --gc \
57
--minify \
58
--config hugo.github-pages-preview.toml
59
- name: Upload artifact
0 commit comments