We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b58e9ff commit ebdb5eeCopy full SHA for ebdb5ee
1 file changed
.github/workflows/docs.yml
@@ -32,7 +32,7 @@ jobs:
32
run: mkdocs build
33
34
- name: Deploy to GitHub Pages
35
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/feat/smt')
36
uses: peaceiris/actions-gh-pages@v4
37
with:
38
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments