template-sync: apply JuliaPackageTemplate updates (TEMPLATE_SHA=93cb510)#4
Open
joshday wants to merge 1 commit into
Open
template-sync: apply JuliaPackageTemplate updates (TEMPLATE_SHA=93cb510)#4joshday wants to merge 1 commit into
joshday wants to merge 1 commit into
Conversation
Template SHA: 93cb510
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.
Propagates updates from JuliaPackageTemplate.jl at
93cb510.Generated by the
julia-template-syncagent.Files updated
docs/assets/_version-selector.html(new file — note: this file is currently matched by*.htmlin.gitignore; the template.gitignorehas a!docs/assets/_version-selector.htmlexception that was lost in local customization — the file has been force-added to this PR but will be re-ignored on subsequent checkouts unless.gitignoreis reconciled)docs/assets/styles.css(new file)docs/assets/theme.scss(new file)docs/pages/api.qmd(new file, with package name substitution)docs/pages/coverage.qmd(new file, with package name substitution)Files skipped due to local customization
These files have local commits beyond the initial template and prior
template-sync:commits. They were left untouched — review manually and reconcile if the template change should be applied here..github/workflows/CI.yml— 4 local commits (latested40486); template diff: +1/-1 lines (setup-julia@v2 → @V3).github/workflows/Docs.yml— 2 local commits (latested40486); template diff: +20/-10 lines (trigger changed fromtags: v*torelease: published; version detection rewritten; placeholder injection for__CURRENT_VERSION__/__BASE_PATH__added; stable placeholder HTML updated).github/workflows/DocsBackfill.yml— 2 local commits (latested40486); template diff: +1/-1 lines (setup-julia@v2 → @V3).gitignore— 3 local commits (latest5a79726); template diff: +4/-1 lines (addsdocs/pages/lcov.info,docs/pages/coverage/,!docs/assets/_version-selector.html,*.jpg; removesdocs/coverage/)docs/.gitignore— 1 local commit (latest5a79726); template diff: +3/-0 lines (adds/_site/,/resources/coverage/,/resources/lcov.info)docs/Project.toml— 1 local commit (latest5a79726); template diff: +1/-0 lines (addsJSON3dependency)docs/_quarto.yml— 1 local commit (latest5a79726); template diff: +19/-10 lines (structural changes:engine:→engines:, search config, RP1 logo, sidebar restructured topages/api.qmdandpages/coverage.qmd, language config, CSS/theme/version-selector paths moved toassets/subdirectory)CLAUDE.md— 1 local commit (latest5a79726); template diff: +11/-6 lines (adds Docs Sidebar section, Quarto YAML reference, "on a single line" style note, "First released version should be v0.1.0"; rewording of release notes instructions)gh-pages findings
The live docs site has stale or missing content relative to the current template. Merging this PR will rebuild
dev/automatically viaDocs.yml. To refreshstable/(v0.2.0) and all versioned releases, triggerDocsBackfill.ymlafter merge:gh workflow run DocsBackfill.yml --repo RallypointOne/RapidRefreshData.jl.dev/assets/styles.cssis missing — the site is using a flatdev/styles.cssfrom the old docs layout. The newdocs/assets/styles.cssadded by this PR will fix this on the nextDocs.ymlrun.v0.2.0/assets/styles.cssis missing — same old-layout issue. Fix: runDocsBackfill.ymlafter merge.dev/index.htmlversion-selector JS is stale (inline script does not match current template). Fix: auto-rebuilt on merge.v0.2.0/index.htmlversion-selector JS is stale. Fix: runDocsBackfill.ymlafter merge.Note: The
.gitignoreconflict above (missing!docs/assets/_version-selector.htmlexception) means_version-selector.htmlwill be gitignored again unless.gitignoreis reconciled. Resolving the.gitignoreconflict is recommended as a follow-up to this PR.