Draft
Conversation
d2d4a70 to
0b645ad
Compare
639ad2e to
033e934
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
53e5c39 to
ec23d82
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
- Replace 49 absolute https://docs.nextcloud.com/server/latest/ URLs with relative paths - Improves documentation portability and offline validation - Updates 36 RST files across user_manual, admin_manual, and developer_manual - Maintains .html→.rst conversion and anchor links - Preserves special URLs (OpenAPI, go.php, version 20)
…oy jobs - Standardize cache staging directory from 'deploy-staging/' to 'stage/' - Ensures cache save and restore paths match - Fixes 'fail-on-cache-miss: true' cache miss error - Updates all references in organize, cache, and validation steps Signed-off-by: skjnldsv <skjnldsv@protonmail.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.
Summary
Restructures the documentation build and deployment workflow with improved caching, link validation, and automation.
Changes
Deployment Automation
generate-top-index.ymlfor index page deploymentsPerformance Improvements
setup-latex-cachejob (runs once, shared by all builds)Quality Assurance
stage-and-checkjob with Lychee broken link validationCommits
fix(ci): deploy pages via pull request with auto-merge- Deployment process upgradeperf(ci): improve LaTeX caching with dedicated setup job- Caching layer optimizationfeat(ci): add lychee broken link checker and stage-and-check job- Link validationperf(ci): add build concurrency and auto-cancel in-progress builds- Concurrency controlBenefits