We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a8d32 commit 29e0cd5Copy full SHA for 29e0cd5
1 file changed
.github/workflows/build_deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
environment:
54
name: github-pages
55
url: ${{ steps.deployment.outputs.page_url }}
56
- if: ${{ github.ref == 'refs/heads/main' }}
+ if: ${{ github.ref == 'refs/heads/master' }}
57
runs-on: ubuntu-latest
58
needs: build
59
steps:
0 commit comments