Skip to content

Commit 946c78a

Browse files
committed
chore: update workflow
Signed-off-by: Devin Buhl <[email protected]>
1 parent 3c92e49 commit 946c78a

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,14 +33,14 @@ jobs:
3333
- name: Build with Hugo
3434
uses: docker://ghcr.io/gohugoio/hugo:v0.150.0
3535
env:
36+
HUGO_CACHEDIR: ./hugo_cache
3637
HUGO_ENVIRONMENT: production
3738
HUGO_BASE_URL: ${{ steps.pages.outputs.base_url }}
3839
with:
3940
args: >-
4041
--gc
4142
--minify
4243
--baseURL "${HUGO_BASE_URL}/"
43-
options: --user root
4444
4545
- name: Upload artifact
4646
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0

0 commit comments

Comments
 (0)