This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
run: apt update && apt install -y rsync
|
run: apt update && apt install -y rsync
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 23
|
node-version: 'latest'
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@@ -22,9 +22,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '^1.23'
|
go-version: '^1.23'
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
uses: https://github.com/peaceiris/actions-hugo@v3
|
||||||
with:
|
with:
|
||||||
hugo-version: "latest"
|
hugo-version: "0.147.9"
|
||||||
extended: true
|
extended: true
|
||||||
- name: Setup Hugo modules
|
- name: Setup Hugo modules
|
||||||
run: hugo mod get -u
|
run: hugo mod get -u
|
||||||
|
|||||||
Reference in New Issue
Block a user