ci: run site build on PRs#146
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
bjohansebas
reviewed
Jun 18, 2026
Comment on lines
+60
to
+65
| - name: Upload build output | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| with: | ||
| name: site | ||
| path: out | ||
| retention-days: 7 |
Member
Author
There was a problem hiding this comment.
I introduced it because it will be consumed by the playwright / Lighthouse , so instead of rebuilding we can directly use it , considering both are in the same ci
Member
There was a problem hiding this comment.
Playwright / Lighthouse can use Vercel, fwiw.
I do like that we upload, so that a downloadable version is available.
bjohansebas
approved these changes
Jun 18, 2026
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
Adds the CI Build to run on every PR.
What kind of change does this PR introduce?
CI Addition
Did you add tests for your changes?
Not Needed.
Does this PR introduce a breaking change?
No
If relevant, what needs to be documented once your changes are merged or what have you already documented?
None
Use of AI
No