From c22a19388a31de74b3c0e82974301bbc045286ae Mon Sep 17 00:00:00 2001 From: Raphael Bitton Date: Thu, 9 Oct 2025 19:55:01 -0500 Subject: [PATCH] lol actions are not gunna cut it for this --- .gitea/workflows/deploy.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index 92b73b4..0000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Build and Deploy Zola Site -on: - push: - branches: [ main ] - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - - name: Build and run Zola site - run: | - docker compose build zola - docker compose up -d zola