Commit 309899c
committed
Add website build check to CI workflow
ENHANCEMENT: Add website build verification to PR builds to catch template syntax errors before they get merged.
CHANGES:
- Added path filter to detect website changes in PRs
- Added JDK 21 setup for website builds (conditional on website changes)
- Added website build step that runs the same command as the deploy workflow
- Only runs when website/** files are modified to avoid unnecessary builds
BENEFITS:
- Prevents Qute template syntax errors from breaking the main branch
- Catches website build issues early in the development process
- Uses the same build command as production deployment for consistency
- Optimized to only run when website files actually change
This will help prevent issues like the recent Qute template syntax errors that broke the website build after being merged to main.1 parent 1bb026b commit 309899c
2 files changed
+33
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
56 | 88 | | |
57 | 89 | | |
58 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments