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