workflow
All checks were successful
Deploy textbook / Deploy-Site (push) Successful in 0s

This commit is contained in:
2026-06-24 20:19:43 -04:00
parent 0c08429805
commit cdd168b9e5
3 changed files with 11 additions and 7 deletions

View File

@@ -0,0 +1,11 @@
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