We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020aa81 commit 7d75d37Copy full SHA for 7d75d37
.github/workflows/hugo.yml
@@ -72,7 +72,7 @@ jobs:
72
- name: Build with Hugo
73
run: |
74
hugo \
75
- --gc
+ --gc \
76
--minify \
77
--baseURL "${{ steps.pages.outputs.base_url }}/" \
78
--cacheDir "${{ runner.temp }}/hugo_cache"
0 commit comments