Try a github install action.
Some checks failed
Build and Deploy / deploy (push) Failing after 5s

This commit is contained in:
Jessica Canady 2024-04-20 19:06:47 -04:00
parent 6c44f56c6b
commit be47fe8f1d

View file

@ -6,7 +6,8 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-22.04 image: ghcr.io/catthehacker/ubuntu:act-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: github.com/taiki-e/install-action@v2
with:
tool: zola@0.17.1
- run: | - run: |
apt update
apt install zola
zola build zola build