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