Files
textbooks/.gitea/workflows/textbooks-deploy.yaml
vxclutch cdd168b9e5
All checks were successful
Deploy textbook / Deploy-Site (push) Successful in 0s
workflow
2026-06-24 20:19:43 -04:00

12 lines
267 B
YAML

name: Deploy textbook
run-name: ${{ gitea.actor }} started deploying fsdproject.org
on: [push]
jobs:
Deploy-Site:
runs-on: alpine-latest
steps:
- name: Pull latest site
run: |
doas -u textbooks git -C /home/textbooks/textbooks pull