Skip to content

Commit 0dfe5a3

Browse files
committed
1 parent 26b1e52 commit 0dfe5a3

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)