summaryrefslogtreecommitdiff
path: root/.gitea/workflows/deploy.yaml
blob: 129574d8bcbaad41491d74c6d4849d10926020c2 (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 nodejs git
      - name: Check out repository code
        uses: actions/checkout@v4
      - run: zola build