soaos.dev/.gitea/workflows/deploy.yaml
2025-03-15 18:02:17 -04:00

13 lines
282 B
YAML

name: Deploying Static Site
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Build:
container: alpine:latest
steps:
- run: apk add zola
- name: Check out repository code
uses: actions/checkout@v4
- run: zola build