We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3acfbc commit 4c169fbCopy full SHA for 4c169fb
.github/workflows/gh-pages.yaml
@@ -42,7 +42,8 @@ jobs:
42
make html
43
44
- name: Deploy to GitHub Pages
45
+ if: github.event_name == 'push' && github.repository == 'microsoft/mattersim' && ( startsWith( github.ref, 'refs/tags/' ) || github.ref == 'refs/heads/main' )
46
uses: peaceiris/actions-gh-pages@v3
47
with:
48
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./docs/_build/html
49
+ publish_dir: ./docs/_build/html
0 commit comments