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 36d0df9 commit e472ceeCopy full SHA for e472cee
.github/workflows/publish-website.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - develop
8
- docs-prerelease
9
10
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -44,6 +45,6 @@ jobs:
44
45
path: '_site'
46
47
- name: Deploy to GitHub Pages
- if: github.ref == 'refs/heads/main'
48
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-prerelease'
49
id: deployment
50
uses: actions/deploy-pages@v4
0 commit comments