docs: serve the organization summary from GitHub Pages - #902
Merged
Conversation
The summary images were loaded from raw.githubusercontent.com, which serves with a short cache lifetime and no cache busting, so the rendered figures could lag behind the branch. z-shell/.github now publishes these assets to GitHub Pages as a curated set, so point the summary at the published location instead. Both URLs were verified to return 200 with current figures before this change.
Deploying zsh with
|
| Latest commit: |
8a697a7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://4e19254f.zsh.pages.dev |
| Branch Preview URL: | https://code-metrics-summary-pages.zsh.pages.dev |
Open
10 tasks
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.
Summary
Point the
## Summaryimages on the docs landing page at GitHub Pages insteadof
raw.githubusercontent.com.Until today these images rendered placeholder data (
NaN members,0 Stargazers)because of a token defect in the workflow that generates them. That is fixed in
z-shell/.github#578, and the same PR reworked GitHub Pages to publish the metrics
SVGs as a curated asset set rather than serving the whole repository.
raw.githubusercontent.comserves with a short cache lifetime and no cachebusting, so the figures shown on the wiki could lag behind the branch content.
The Pages origin is the intended public location for these assets.
Verification
Both new URLs return 200 and carry current figures:
Text-only change to two
imgattributes; formatting and surrounding markup areuntouched.