Install specific version of hugo to build

This commit is contained in:
Jack Jackson 2025-02-25 19:40:28 -08:00
parent 4a2abac15c
commit fbf25dea0b

View File

@ -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