Try for manually building hugo
Some checks failed
Build and Deploy Hugo / deploy (push) Has been cancelled
Some checks failed
Build and Deploy Hugo / deploy (push) Has been cancelled
This commit is contained in:
parent
2fb251f69b
commit
c023006546
1 changed files with 3 additions and 4 deletions
|
@ -14,11 +14,10 @@ jobs:
|
|||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: https://github.com/peaceiris/actions-hugo
|
||||
with:
|
||||
hugo-version: "0.119.0"
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get -y install hugo
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue