Commit 6001808
committed
Fix GitHub Actions workflow for web builds
This commit updates the GitHub Actions workflow for building and deploying the WasmJS web application.
It introduces the following changes:
- Adds `id`s to the "Build WasmJS App" and "WasmJS App Distribution" steps for better referencing.
- Sets `continue-on-error: true` for both build and distribution steps, allowing the workflow to proceed even if one of these steps fails.
- Modifies the "Setup Pages" and "Upload artifact" steps to only run if either the build or the distribution step (or both) are successful. This prevents deployment of a broken or incomplete build.1 parent e5702aa commit 6001808
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | 46 | | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
| 50 | + | |
46 | 51 | | |
47 | 52 | | |
48 | 53 | | |
| |||
0 commit comments