We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c62167 commit b66c60cCopy full SHA for b66c60c
.github/workflows/ci.yml
@@ -34,5 +34,6 @@ jobs:
34
- name: build documentation
35
run: mkdocs build
36
- name: deploy documentation
37
+ # Deploy only on main branch, not on feature branches or pull requests
38
if: ${{ github.ref == 'refs/heads/main' }}
39
run: mkdocs gh-deploy --force
0 commit comments