mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-21 08:31:55 +00:00
fix build
This commit is contained in:
parent
4e48851612
commit
4f8cf1888d
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build with Hugo
|
||||
name: Build with Hugo
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: 'latest'
|
||||
hugo-version: '0.108.0'
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
|
Loading…
Reference in New Issue
Block a user