jessite/.forgejo/workflows/deploy.yaml
Jessica Canady 1eb92bcdef
Some checks failed
Build and Deploy / deploy (push) Failing after 0s
Run on a specific container image.
2024-04-20 18:51:43 -04:00

15 lines
426 B
YAML

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