Commit c5dd507
Fix broken CI deploy and pages workflows (#53)
- deploy-kind.yaml: Remove push/PR triggers, keep only manual
workflow_dispatch. The job requires a self-hosted runner with Docker
which is not currently registered, causing jobs to queue forever.
- publish-pages.yaml: Bump configure-pages v3->v5,
upload-pages-artifact v2->v3, deploy-pages v2->v4. The old v2
actions depend on deprecated upload-artifact v3 which GitHub now
blocks.
Co-authored-by: Areg Melik-Adamyan <areg@sphynx.local>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent f1bae28 commit c5dd507
2 files changed
+4
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 5 | + | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
0 commit comments