jessite/.forgejo/workflows/deploy.yaml
Jessica Canady be47fe8f1d
Some checks failed
Build and Deploy / deploy (push) Failing after 5s
Try a github install action.
2024-04-20 19:07:45 -04:00

14 lines
290 B
YAML

name: Build and Deploy
on: [push]
jobs:
deploy:
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps:
- uses: actions/checkout@v4
- uses: github.com/taiki-e/install-action@v2
with:
tool: zola@0.17.1
- run: |
zola build