mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
fix: Build error using older hugo version
Upgrading to hugo v0.126.3
This commit is contained in:
parent
8601be9651
commit
2bf0590402
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-to-vps.yaml
vendored
2
.github/workflows/deploy-to-vps.yaml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v3
|
||||
with:
|
||||
hugo-version: "0.122.0"
|
||||
hugo-version: "0.126.3"
|
||||
extended: true
|
||||
|
||||
- name: Cache Hugo modules
|
||||
|
|
Loading…
Reference in a new issue