There was an error while loading. Please reload this page.
1 parent 1d89e70 commit 8109f30Copy full SHA for 8109f30
1 file changed
.github/workflows/publish_docs.yml
@@ -49,6 +49,6 @@ jobs:
49
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
50
51
- name: 📚 Build and Publish Docs
52
- if: (github.event_name == 'push' && github.ref == 'refs/heads/develop') || github.event_name == 'workflow_dispatch'
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
53
run: |
54
uv run mkdocs gh-deploy --force
0 commit comments