Fix C API docs Doxygen download - #32210
Merged
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the C/C++ API documentation workflow to restore Doxygen downloads.
Changes:
- Replaces the obsolete Doxygen URL with the verified official GitHub release asset.
- Preserves Doxygen 1.9.8 and existing extraction paths.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Tianlei Wu (tianleiwu)
approved these changes
Aug 21, 2026
|
Test |
adrastogi
pushed a commit
that referenced
this pull request
Sep 9, 2026
## Description Replace the obsolete `doxygen.nl` download URL for the pinned Doxygen 1.9.8 Linux binary with the official asset from the Doxygen GitHub release tag `Release_1_9_8`. The C API docs workflow has persistently failed while downloading Doxygen (runs [31917039689](https://github.com/microsoft/onnxruntime/actions/runs/31917039689), [31975339915](https://github.com/microsoft/onnxruntime/actions/runs/31975339915), and [32050624667](https://github.com/microsoft/onnxruntime/actions/runs/32050624667)). Because no fresh `onnxruntime-c-apidocs` artifact was produced before the previous artifact expired, the downstream ONNX Publish site run [32533178465](https://github.com/microsoft/onnxruntime/actions/runs/32533178465) failed at `Download C apidocs artifact`, blocking GitHub Pages deployment. This is intentionally separate from accessibility PR #32180. ## Validation - Confirmed the official release URL follows one redirect and returns HTTP 200. - Confirmed GitHub release tag `Release_1_9_8` contains `doxygen-1.9.8.linux.bin.tar.gz` (50,500,806 bytes). - Downloaded the archive successfully and verified gzip/tar integrity. - Confirmed extraction produces `doxygen-1.9.8/bin/doxygen` while preserving the workflow's existing extraction and invocation paths. - Parsed the workflow as valid YAML. - Dispatched the [C/C++ API docs workflow from this branch](https://github.com/microsoft/onnxruntime/actions/runs/32534100983); the install, Doxygen generation, and site staging steps succeeded, and the log reports `Doxygen version used: 1.9.8`. Artifact upload was skipped as expected because the ref is not `main`. ## Recovery after merge 1. Dispatch the **Update C/C++ API Docs** workflow on `main`. 2. Verify it uploads a fresh `onnxruntime-c-apidocs` artifact. 3. Rerun the failed GitHub Pages jobs from ONNX Publish site run 32533178465. No Doxygen version or unrelated workflow behavior is changed. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Tianlei Wu (tianleiwu)
added a commit
that referenced
this pull request
Sep 10, 2026
This cherry-picks the following commits for the release: * #31704 * #32016 * #32042 * #32139 * #32210 * #32244 * #32302 * #32303 --------- Co-authored-by: Akshay Sonawane <111780983+apsonawane@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: tianleiwu <30328909+tianleiwu@users.noreply.github.com> Co-authored-by: Tianlei Wu <tlwu@microsoft.com> Co-authored-by: Jaskaran Singh Nagi <jaskaran.singh.nagi@intel.com> Co-authored-by: Edward Chen <18449977+edgchen1@users.noreply.github.com> Co-authored-by: Javier Martinez <javier.e.martinez@intel.com> Co-authored-by: Wayne <waynechuang@microsoft.com>
This was referenced Sep 10, 2026
Open
This was referenced Sep 14, 2026
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Replace the obsolete
doxygen.nldownload URL for the pinned Doxygen 1.9.8 Linux binary with the official asset from the Doxygen GitHub release tagRelease_1_9_8.The C API docs workflow has persistently failed while downloading Doxygen (runs 31917039689, 31975339915, and 32050624667). Because no fresh
onnxruntime-c-apidocsartifact was produced before the previous artifact expired, the downstream ONNX Publish site run 32533178465 failed atDownload C apidocs artifact, blocking GitHub Pages deployment.This is intentionally separate from accessibility PR #32180.
Validation
Release_1_9_8containsdoxygen-1.9.8.linux.bin.tar.gz(50,500,806 bytes).doxygen-1.9.8/bin/doxygenwhile preserving the workflow's existing extraction and invocation paths.Doxygen version used: 1.9.8. Artifact upload was skipped as expected because the ref is notmain.Recovery after merge
main.onnxruntime-c-apidocsartifact.No Doxygen version or unrelated workflow behavior is changed.