We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a435477 commit 2cd0322Copy full SHA for 2cd0322
.github/workflows/hugo-github-linux-build-deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: 安装 Hugo
53
uses: peaceiris/actions-hugo@v3
54
with:
55
- hugo-version: 'latest' # 也可以指定具体版本,如 '0.123.4'
+ hugo-version: '0.145.0' # 也可以指定具体版本,如 '0.123.4'
56
extended: true # 是否安装扩展版(支持 SCSS/SASS)
57
58
- name: show veresion
0 commit comments