Skip to content

Commit

Permalink
Update HugoAction.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweiyan authored Nov 5, 2024
1 parent 7f633b4 commit 96f5dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/HugoAction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo # 步骤名自取
uses: peaceiris/actions-hugo@v2 # hugo官方提供的action,用于在任务环境中获取hugo
with:
hugo-version: '0.122.0' # 获取指定版本的hugo
hugo-version: '0.137.0' # 获取指定版本的hugo

- name: Build
#run: hugo --minify # 使用 hugo 构建静态网页
Expand Down

0 comments on commit 96f5dbd

Please sign in to comment.