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:
|
with:
|
||||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo
|
run: |
|
||||||
with:
|
sudo apt-get update
|
||||||
hugo-version: "0.119.0"
|
sudo apt-get -y install hugo
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue