Skip to content

Commit ebdb5ee

Browse files
committed
Enable docs deployment from feat/smt branch
1 parent b58e9ff commit ebdb5ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: mkdocs build
3333

3434
- name: Deploy to GitHub Pages
35-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
35+
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/smt')
3636
uses: peaceiris/actions-gh-pages@v4
3737
with:
3838
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)