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