summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/zola.yml17
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml
deleted file mode 100644
index 5471405..0000000
--- a/.github/workflows/zola.yml
+++ /dev/null
@@ -1,17 +0,0 @@
-# On every push this script is executed
-on: push
-name: Build and deploy GH Pages
-jobs:
- build:
- runs-on: ubuntu-latest
- if: github.ref == 'refs/heads/master'
- steps:
- - name: checkout
- uses: actions/checkout@v4
- - name: build_and_deploy
- uses: shalzz/[email protected]
- env:
- # Target branch
- PAGES_BRANCH: gh-pages
- # use the automatic token
- TOKEN: ${{ secrets.GITHUB_TOKEN }}