1 parent 193b6a7 commit da79808Copy full SHA for da79808
1 file changed
.github/workflows/docs.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - docs-website
8
pull_request:
9
10
@@ -59,7 +60,7 @@ jobs:
59
60
deploy-docs:
61
needs: build-docs
62
runs-on: ubuntu-latest
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
63
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-website')
64
65
permissions:
66
contents: write # For GitHub Pages deployment
0 commit comments