Skip to content

Commit

Permalink
Adapt to coq/coq#19530.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zimmi48 committed Nov 14, 2024
1 parent 26b1e52 commit 0dfe5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ let send_doc_url_job ~bot_info ?(fallback_artifacts = []) job_info doc_key

let send_doc_url ~bot_info ~github_repo_full_name job_info =
match (github_repo_full_name, job_info.build_name) with
| "coq/coq", "doc:refman" ->
| "coq/coq", ("doc:refman" | "doc:ci-refman") ->
(* Used to be a non-Dune job, now a Dune job, thus we need a fallback *)
send_doc_url_job ~bot_info
~fallback_artifacts:["_install_ci/share/doc/coq/sphinx/html/index.html"]
Expand Down

0 comments on commit 0dfe5a3

Please sign in to comment.