summaryrefslogtreecommitdiff
path: root/.gitea/workflows/deploy.yaml
blob: c23a2307ef9fcc6e6f9cba7c6cfa1f6b02b8352b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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