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