diff options
author | Silas Bartha <[email protected]> | 2024-12-08 17:42:02 -0500 |
---|---|---|
committer | Silas Bartha <[email protected]> | 2024-12-08 17:42:02 -0500 |
commit | d6eb28fe9eac58db37844d23232be6df6dfbcbdd (patch) | |
tree | 86f945e577211369e17e292595946bb618c4887f | |
parent | 6dee4ca2bf6f50a0edb3a452e85dc689f181bf8c (diff) |
Removed Pages Workflow
-rw-r--r-- | .github/workflows/zola.yml | 17 |
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 }} |