Skip to content

Commit 933c830

Browse files
committed
derp
1 parent 5a64694 commit 933c830

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,6 @@ jobs:
8787
# This artifact is used in the deploying job
8888
sphinx_docs:
8989
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'
9790
runs-on: ubuntu-latest
9891

9992
steps:

0 commit comments

Comments
 (0)