mirror of
https://github.com/ProjectFirewatch/ProjectFirewatch.git
synced 2025-01-16 11:16:55 -08:00
update vers!
This commit is contained in:
parent
75eca7318b
commit
36dc497276
4
.github/workflows/hugo.yaml
vendored
4
.github/workflows/hugo.yaml
vendored
@ -31,12 +31,12 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
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
|
||||
uses: peaceiris/actions-hugo@v2.6.0
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
extended: true
|
||||
|
Loading…
Reference in New Issue
Block a user