diff options
-rw-r--r-- | .github/workflows/zola.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml index 4c15aae..5471405 100644 --- a/.github/workflows/zola.yml +++ b/.github/workflows/zola.yml @@ -4,12 +4,12 @@ name: Build and deploy GH Pages jobs: build: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/master' steps: - name: checkout uses: actions/checkout@v4 - name: build_and_deploy - uses: shalzz/zola-deploy-action@v0.17.2 + uses: shalzz/zola-deploy-action@v0.19.1 env: # Target branch PAGES_BRANCH: gh-pages |