We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008b4ea commit 5c7704aCopy full SHA for 5c7704a
.github/workflows/build-site.yml
@@ -24,7 +24,7 @@ jobs:
24
path: docs-site/
25
deploy:
26
needs: build
27
- if: github.ref == 'refs/heads/beta'
+ if: github.ref == 'refs/heads/master'
28
name: Deploy
29
permissions:
30
pages: write
0 commit comments