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