Skip to content

Commit 9075861

Browse files
author
张天赐
committed
ci: 更新 Hugo 版本至 0.150.0
1 parent 1a8ef06 commit 9075861

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
hugoVersion:
1515
description: "Hugo Version"
1616
required: false
17-
default: "0.147.9"
17+
default: "0.150.0"
1818

1919
# 设置 GITHUB_TOKEN 的权限,允许部署到 GitHub 页面
2020
permissions:
@@ -37,7 +37,7 @@ jobs:
3737
build:
3838
runs-on: ubuntu-latest
3939
env:
40-
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.147.9' }}
40+
HUGO_VERSION: ${{ github.event.inputs.hugoVersion || '0.150.0' }}
4141
HUGO_ENVIRONMENT: production
4242
TZ: Asia/Shanghai
4343
steps:

0 commit comments

Comments
 (0)