Update deploy job: we're on debian not alpine.
Some checks failed
Build and Deploy / deploy (push) Failing after 19s

This commit is contained in:
Jessica Canady 2024-04-18 10:59:16 -04:00
parent e900200a8b
commit 84a4cdb700

View file

@ -5,5 +5,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: | - run: |
apk install zola apt update
apt install zola
zola build zola build