diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 1166b8dc..23850ecc 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -130,7 +130,7 @@ jobs: deploy_docs: name: Deploy docs to GitHub Pages - if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' # Prevent from running on PRs, tags environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}