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 e3ed181 commit 0b62c91Copy full SHA for 0b62c91
.github/workflows/gh-pages.yml
@@ -26,12 +26,12 @@ jobs:
26
steps:
27
- uses: actions/checkout@v4
28
with:
29
- submodules: true # Fetch Hugo themes (true OR recursive)
+ #submodules: true # Fetch Hugo themes (true OR recursive)
30
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
31
- name: Setup Hugo
32
uses: peaceiris/actions-hugo@v3
33
34
- hugo-version: '0.81.0'
+ hugo-version: ${{ env.WC_HUGO_VERSION }}
35
extended: true
36
- name: Build
37
run: hugo --minify
0 commit comments