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 30a4b1f commit a681181Copy full SHA for a681181
.github/workflows/publish.yml
@@ -54,7 +54,7 @@ jobs:
54
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
55
HUGO_ENVIRONMENT: production
56
run: |
57
- hugo --minify
+ hugo --environment pages --minify
58
- name: Upload artifact
59
uses: actions/upload-pages-artifact@v3
60
with:
config/pages/hugo.toml
@@ -0,0 +1 @@
1
+baseURL = "/tpf-hugo/"
0 commit comments