ci: add Documentation workflow so docs build in CI - #177
Merged
Merged
Conversation
This repo had complete docs sources but no docs CI. Standard reusable workflow call including the token permissions the reusable requires. Verified with a full local docs build (0 failed blocks). Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Agent-Harness: OpenCode Agent-Model: muse-spark-1.3-contributor-free Agent-Session: local session at /home/crackauc/sandbox/tmp_20260917_040834_91074 (no public conversation URL)
ChrisRackauckas
marked this pull request as ready for review
September 17, 2026 18:29
ChrisRackauckas
added a commit
that referenced
this pull request
Sep 22, 2026
HighDimPDE already builds its documentation on a self-hosted GPU runner: the `gpu-docs` job (job name "Documentation") in `.github/workflows/GPU.yml`, `runs-on: [self-hosted, gpu-v100]`, which is green on `main`. #177 added a second, CPU-based Documentation workflow, so `main` now starts two identically named "Documentation" checks that both build and deploy the same site from different runners, and the CPU one cannot execute the package's GPU examples. Remove the duplicate and keep the existing GPU docs job as the single build. Agent-Harness: OpenCode Agent-Model: muse-spark-1.3-contributor-free Agent-Session: local session at /home/crackauc/sandbox/tmp_20260917_040834_91074 (no public conversation URL) Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
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.
Please ignore until reviewed by @ChrisRackauckas.
What changed and why
This repo had complete docs sources but no docs CI. Adds the standard Documentation workflow including the token permissions the reusable requires (cf. SciML/DataCollocations.jl#54).
Verification (local, Julia 1.12.4)
julia --project=docs docs/make.jl: doctest, examples, render all pass with 0 failed blocks.Not verified
success. Deployed rendering follows automatically oncemaindocs complete.🤖 Generated with OpenCode (model: muse-spark-1.3-contributor-free); no public session URL (local session at /home/crackauc/sandbox/tmp_20260917_040834_91074).