修改actions脚本

This commit is contained in:
lwch
2023-02-02 17:45:21 +08:00
parent 4d3270eed7
commit e2881ba343
+3 -3
View File
@@ -14,14 +14,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: true # Fetch Hugo themes (true OR recursive)
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.91.2'
# extended: true
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify