Skip to content

Commit 78d6287

Browse files
committed
chore: update workflow
Signed-off-by: Devin Buhl <[email protected]>
1 parent fd735c3 commit 78d6287

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 2 deletions
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: /tmp/hugo_cache
36+
HUGO_CACHEDIR: /github/workspace/.hugo_cache
3737
HUGO_ENVIRONMENT: production
3838
HUGO_BASE_URL: ${{ steps.pages.outputs.base_url }}
3939
with:
@@ -42,7 +42,6 @@ jobs:
4242
--minify
4343
--noBuildLock
4444
--baseURL "${HUGO_BASE_URL}/"
45-
options: --user $(id -u):$(id -g)
4645
4746
- name: Upload artifact
4847
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0

0 commit comments

Comments
 (0)