We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668ac0b commit fa4dce5Copy full SHA for fa4dce5
.github/workflows/sphinx_doc_build.yml
@@ -49,7 +49,6 @@ jobs:
49
run: |
50
git checkout $GH_PAGES_BRANCH
51
git merge origin/$SOURCE_BRANCH
52
- git push origin $GH_PAGES_BRANCH
53
# Build the sphinx api documentation.
54
- name: Run Sphinx Build
55
run: sphinx-build -b html ./docs ./api -a -E
0 commit comments