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