We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f490ab commit 75b783aCopy full SHA for 75b783a
.github/workflows/publish-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Deploy Book
31
uses: JamesIves/github-pages-deploy-action@v4
32
- if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
+ if: ${{ github.event_name == 'push' && (startsWith('refs/heads/main', github.ref) || startsWith('refs/heads/master', github.ref)) }}
33
with:
34
branch: gh-pages
35
folder: doc/book/
0 commit comments