name: Build and Deploy on: [push] jobs: deploy: steps: - uses: actions/checkout@v4 - container: image: ghcr.io/catthehacker/ubuntu:act-22.04 - run: | apt update apt install libc6 -y wget https://github.com/barnumbirr/zola-debian/releases/download/v0.18.0-2/zola_0.18.0-2_amd64_testing.deb dpkg -i ./zola_0.18.0-2_amd64_testing.deb zola build