docs: update Hugo workflow example

This commit is contained in:
peaceiris 2020-05-24 12:16:32 +09:00
parent fcbee38355
commit ea6d487bc7
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC

View File

@ -130,13 +130,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
submodules: true # Fetch Hugo themes submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
with: with:
hugo-version: '0.68.3' hugo-version: '0.71.0'
- name: Build - name: Build
run: hugo --minify run: hugo --minify