We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 470f46d + 0dfe5a3 commit 1d7655fCopy full SHA for 1d7655f
src/actions.ml
@@ -241,7 +241,7 @@ let send_doc_url_job ~bot_info ?(fallback_artifacts = []) job_info doc_key
241
242
let send_doc_url ~bot_info ~github_repo_full_name job_info =
243
match (github_repo_full_name, job_info.build_name) with
244
- | "coq/coq", "doc:refman" ->
+ | "coq/coq", ("doc:refman" | "doc:ci-refman") ->
245
(* Used to be a non-Dune job, now a Dune job, thus we need a fallback *)
246
send_doc_url_job ~bot_info
247
~fallback_artifacts:["_install_ci/share/doc/coq/sphinx/html/index.html"]
0 commit comments