Install specific version of hugo to build
This commit is contained in:
parent
4a2abac15c
commit
fbf25dea0b
@ -43,9 +43,8 @@ jobs:
|
||||
|
||||
- name: Build blog
|
||||
run: |
|
||||
apt-get update && sudo apt-get install -y hugo git
|
||||
pwd
|
||||
ls
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y hugo=0.139.0-* git
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
hugo --source blog
|
||||
|
Loading…
x
Reference in New Issue
Block a user