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 5a64694 commit 933c830Copy full SHA for 933c830
.github/workflows/documentation.yml
@@ -87,13 +87,6 @@ jobs:
87
# This artifact is used in the deploying job
88
sphinx_docs:
89
name: Sphinx documentation
90
-
91
- # We only run this if the ocaml documentation build is successful
92
- needs: ocaml_docs
93
94
- # Sphinx documentation is only builded if a PR is open or when it's
95
- # pushed on next or main
96
- if: github.event_name == 'pull_request' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/main'
97
runs-on: ubuntu-latest
98
99
steps:
0 commit comments