jessite/.forgejo/workflows/deploy.yaml

13 lines
245 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
- run: |
2024-04-18 15:09:39 +00:00
apt update
2024-04-20 23:02:29 +00:00
apt install zola
2024-04-17 16:55:18 +00:00
zola build