Skip to content

Commit e472cee

Browse files
committed
Update publish-website.yml
Improve publishing (we need to test it)
1 parent 36d0df9 commit e472cee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- develop
78
- docs-prerelease
89

910
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
@@ -44,6 +45,6 @@ jobs:
4445
path: '_site'
4546

4647
- name: Deploy to GitHub Pages
47-
if: github.ref == 'refs/heads/main'
48+
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/docs-prerelease'
4849
id: deployment
4950
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)