From 86ab20ee16357a42497082ef702cb95301a6c085 Mon Sep 17 00:00:00 2001 From: Mathias Date: Sun, 22 Sep 2024 17:02:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Remove=20Zola=20deployment=20wor?= =?UTF-8?q?kflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/zola.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/workflows/zola.yml diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml deleted file mode 100644 index 22ee04f..0000000 --- a/.github/workflows/zola.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Zola - -on: - push: - branches: [ main ] - workflow_dispatch: - -# Allow one concurrent deployment -concurrency: - group: "pages" - cancel-in-progress: true - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: Build and deploy - uses: shalzz/zola-deploy-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}