Add Netlify preview deployments for pull requests#14715
Merged
Conversation
Copilot created this pull request from a session on behalf of
skjnldsv
May 2, 2026 11:16
View session
skjnldsv
approved these changes
May 3, 2026
Contributor
📖 Documentation Preview📄 5 changed documentation pagesLast updated: Mon, 04 May 2026 10:15:01 GMT |
skjnldsv
approved these changes
May 3, 2026
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/2ddfd14a-e41d-41f7-a32b-ae5aa616ab41 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
0bc00cb to
554fbed
Compare
4 tasks
d0dde23 to
d2b9461
Compare
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
d2b9461 to
40f57e9
Compare
Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/64a22427-69ec-446d-aab0-d40a9260eea0 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
…ctory Agent-Logs-Url: https://github.com/nextcloud/documentation/sessions/44287e46-7e27-4d7d-962d-2143aa5b1677 Co-authored-by: skjnldsv <14975046+skjnldsv@users.noreply.github.com>
mejo-
approved these changes
May 4, 2026
Member
mejo-
left a comment
There was a problem hiding this comment.
Very nice improvement 🎉
Didn't follow the "Post PR preview comment" job in detail, but as it seems to work well (in this PR, without RST changes), it's a good starting point in any case.
Contributor
|
Can we make this an "on demand" feature / so it only runs on bigger changesets? Building for one line changes seems to me to be superfluous. |
…-netlify-preview Docs: small wording and link consistency fixes
Member
It shouldn't really matter, were just pushing files that are already built for CI anyway :) |
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.
🚀 Add Netlify preview deployments for pull requests
Reviewing docs PRs right now basically means trusting that the RST renders fine and the formatting looks okay. Spoiler: it often doesn't, and nobody finds out until after merge.
This adds automatic Netlify preview deployments for every pull request. Each PR gets its own stable URL that updates on every push, so instead of "looks good to me" based on raw RST, reviewers can actually click a link and see the finished result.
All three manuals and PDFs are included. It runs in parallel with the existing checks so there's no extra wait time, and if Netlify has a bad day it won't block the PR either.
💬 Comment example