diff options
author | Silas Bartha <[email protected]> | 2024-08-13 17:06:08 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2024-08-13 17:06:08 -0400 |
commit | 30dc4ddce89e80bc0f5a96bfea3b393084bf55a2 (patch) | |
tree | 6e68c0e91f2ae2de0da65baa08e1c5380cf4e739 /.github/workflows/zola.yml | |
parent | 17faed9b066470f77898fe5160539210e5fd973f (diff) |
Update zola.yml
Diffstat (limited to '.github/workflows/zola.yml')
-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/[email protected] + uses: shalzz/[email protected] env: # Target branch PAGES_BRANCH: gh-pages |