Manually download zola during CI.
Some checks failed
Build and Deploy / deploy (push) Failing after 16s

This commit is contained in:
Jessica Canady 2024-04-18 11:05:49 -04:00
parent 84a4cdb700
commit ccf2487d54

View file

@ -5,6 +5,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
apt update
apt install zola
# oh sweet night this sucks
# but it appears the forgejo runner docker is debian
# and it doesn't package zola
wget https://github.com/barnumbirr/zola-debian/releases/download/v0.18.0-2/zola_0.18.0-2_amd64_bookworm.deb
dpkg -i ./zola_0.18.0-2_amd64_bookworm.deb
zola build