Skip to content

Commit 1d7655f

Browse files
authored
2 parents 470f46d + 0dfe5a3 commit 1d7655f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/actions.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ let send_doc_url_job ~bot_info ?(fallback_artifacts = []) job_info doc_key
241241

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

0 commit comments

Comments
 (0)