From a0498c71639a25ea490555c117e4fa4e3e3b34ba Mon Sep 17 00:00:00 2001 From: Speyll Date: Tue, 4 Jul 2023 01:47:55 +0100 Subject: [PATCH] fixed --- .github/workflows/zola.yml | 24 ------------------------ 1 file changed, 24 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 9b8d2d9..0000000 --- a/.github/workflows/zola.yml +++ /dev/null @@ -1,24 +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 }} \ No newline at end of file