Skip to content

Commit

Permalink
docs: update Hugo workflow example
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed May 24, 2020
1 parent fcbee38 commit ea6d487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,13 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
submodules: true # Fetch Hugo themes
submodules: true # 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.68.3'
hugo-version: '0.71.0'
- name: Build
run: hugo --minify
Expand Down

0 comments on commit ea6d487

Please sign in to comment.