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 df01e05 commit fb690e5Copy full SHA for fb690e5
.github/workflows/build-docs.yaml
@@ -58,11 +58,11 @@ jobs:
58
run: |
59
make multi-version-docs
60
61
- - name: Build documentation for dev branch
62
- # if: github.ref == 'refs/heads/dev'
63
- run: |
64
- echo "Building docs for dev branch..."
65
- poetry run sphinx-build docs/source docs/build/versions/dev
+# - name: Build documentation for dev branch
+# # if: github.ref == 'refs/heads/dev'
+# run: |
+# echo "Building docs for dev branch..."
+# poetry run sphinx-build docs/source docs/build/versions/dev
66
67
- name: Deploy to GitHub Pages
68
# if: github.event_name != 'pull_request'
0 commit comments