Skip to content

Commit e239cf2

Browse files
committed
fix action
1 parent fda1421 commit e239cf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}
1414
env:
15-
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
15+
HUGO_CACHEDIR: ${{ github.workspace }}/.hugo_cache
1616
steps:
1717
- uses: actions/checkout@v4
1818
with:

0 commit comments

Comments
 (0)