From cdd168b9e5d6e70792e33d07aaed850db47e257a Mon Sep 17 00:00:00 2001 From: vxclutch Date: Wed, 24 Jun 2026 20:19:43 -0400 Subject: [PATCH] workflow --- .gitea/workflows/textbooks-deploy.yaml | 11 +++++++++++ Fes.toml | 5 ----- todo | 2 -- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 .gitea/workflows/textbooks-deploy.yaml delete mode 100644 Fes.toml delete mode 100644 todo diff --git a/.gitea/workflows/textbooks-deploy.yaml b/.gitea/workflows/textbooks-deploy.yaml new file mode 100644 index 0000000..33b93c6 --- /dev/null +++ b/.gitea/workflows/textbooks-deploy.yaml @@ -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 diff --git a/Fes.toml b/Fes.toml deleted file mode 100644 index 7438db8..0000000 --- a/Fes.toml +++ /dev/null @@ -1,5 +0,0 @@ -[app] - -name = "textbooks" -version = "0.0.1" -authors = ["vx-clutch"] \ No newline at end of file diff --git a/todo b/todo deleted file mode 100644 index d5a918e..0000000 --- a/todo +++ /dev/null @@ -1,2 +0,0 @@ -sources: add more textbooks -layout: sort by field