Skip to content

Commit bff8167

Browse files
committed
chore: update workflow
Signed-off-by: Devin Buhl <[email protected]>
1 parent 595eb01 commit bff8167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build with Hugo
3434
uses: docker://ghcr.io/gohugoio/hugo:v0.150.0
3535
env:
36-
HUGO_CACHEDIR: /project/hugo_cache
36+
HUGO_CACHEDIR: "."
3737
HUGO_ENVIRONMENT: production
3838
HUGO_BASE_URL: ${{ steps.pages.outputs.base_url }}
3939
with:

0 commit comments

Comments
 (0)