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 595eb01 commit bff8167Copy full SHA for bff8167
.github/workflows/publish.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build with Hugo
34
uses: docker://ghcr.io/gohugoio/hugo:v0.150.0
35
env:
36
- HUGO_CACHEDIR: /project/hugo_cache
+ HUGO_CACHEDIR: "."
37
HUGO_ENVIRONMENT: production
38
HUGO_BASE_URL: ${{ steps.pages.outputs.base_url }}
39
with:
0 commit comments