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 dfa49cc commit 379643eCopy full SHA for 379643e
.github/workflows/publish_docs.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
path: 'generated-pages'
25
deploy:
26
+ if: github.ref == 'refs/heads/main'
27
environment:
28
name: 'github-pages'
29
url: '${{ steps.deployment.outputs.page_url }}'
0 commit comments