We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f99fc8 commit c778f05Copy full SHA for c778f05
.github/workflows/docs.yml
@@ -60,7 +60,7 @@ jobs:
60
url: ${{ steps.deployment.outputs.page_url }}
61
runs-on: ubuntu-latest
62
needs: build
63
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || github.ref == 'refs/heads/docs-inital-commit'
64
steps:
65
- name: Deploy to GitHub Pages
66
id: deployment
0 commit comments