jessite/.forgejo/workflows/deploy.yaml

14 lines
290 B
YAML
Raw Normal View History

2024-04-17 16:55:18 +00:00
name: Build and Deploy
on: [push]
jobs:
deploy:
2024-04-20 22:53:27 +00:00
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
2024-04-17 16:55:18 +00:00
steps:
- uses: actions/checkout@v4
2024-04-20 23:06:47 +00:00
- uses: github.com/taiki-e/install-action@v2
with:
tool: zola@0.17.1
2024-04-17 16:55:18 +00:00
- run: |
zola build