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 78d6287 commit 77a4e2fCopy full SHA for 77a4e2f
.github/workflows/publish.yaml
@@ -33,15 +33,16 @@ jobs:
33
- name: Build with Hugo
34
uses: docker://ghcr.io/gohugoio/hugo:v0.150.0
35
env:
36
- HUGO_CACHEDIR: /github/workspace/.hugo_cache
+ HUGO_CACHEDIR: /github/workspace
37
HUGO_ENVIRONMENT: production
38
HUGO_BASE_URL: ${{ steps.pages.outputs.base_url }}
39
with:
40
args: >-
41
+ --baseURL "${HUGO_BASE_URL}/"
42
+ --destination /github/workspace/public
43
--gc
44
--minify
45
--noBuildLock
- --baseURL "${HUGO_BASE_URL}/"
46
47
- name: Upload artifact
48
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
0 commit comments