temp fix to update hugo container
Some checks failed
Hugo / build (push) Failing after 27s

This commit is contained in:
brooke 2024-06-03 03:27:54 -04:00
parent d7a7ecd7db
commit 447d29889b

View file

@ -9,8 +9,10 @@ jobs:
build:
runs-on: hugo-latest
steps:
- name: Temp fix to update hugo
run: wget "https://github.com/gohugoio/hugo/releases/download/v0.126.3/hugo_extended_0.126.3_Linux-64bit.tar.gz" && tar xf "hugo_extended_0.126.3_Linux-64bit.tar.gz" && mv ./hugo /usr/bin/hugo && rm -f hugo_extended_0.126.3_Linux-64bit.tar.gz LICENSE README.md
- name: Grab packages
run: apt install -y rsync openssh-client
run: apt update && apt install -y hugo-extended rsync openssh-client
- uses: actions/checkout@v4
with:
submodules: 'true'