summaryrefslogtreecommitdiff
path: root/.github/workflows/zola.yml
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <[email protected]>2024-12-08 17:42:02 -0500
committerLibravatar Silas Bartha <[email protected]>2024-12-08 17:42:02 -0500
commitd6eb28fe9eac58db37844d23232be6df6dfbcbdd (patch)
tree86f945e577211369e17e292595946bb618c4887f /.github/workflows/zola.yml
parent6dee4ca2bf6f50a0edb3a452e85dc689f181bf8c (diff)
Removed Pages Workflow
Diffstat (limited to '.github/workflows/zola.yml')
-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 }}