mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 16:14:42 -04:00
content: Update GitHub Pages sample workflow
This commit is contained in:
parent
57b766fba0
commit
4b56693f68
@ -133,7 +133,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ runner.temp }}/hugo_cache
|
${{ runner.temp }}/hugo_cache
|
||||||
key: hugo
|
key: hugo-${{ github.run_id }}
|
||||||
|
restore-keys:
|
||||||
|
hugo-
|
||||||
- name: Build with Hugo
|
- name: Build with Hugo
|
||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user