Commit 80e5ba6
committed
revert: separate update-analytics and deploy jobs to restore original workflow structure
- Reverted previous consolidation of `update-analytics` and `deploy` jobs back into separate jobs
- Added `push` event trigger for the deploy job to ensure deployment runs automatically for every commit to `main`
- Removed complex conditions for deployment on pull request merges in favor of simpler `push` trigger
- Restored permissions setup (`contents: write`) to allow pushing to `gh-pages` branch
- Switched back to explicit steps for each job, simplifying and clarifying workflow management1 parent 6262371 commit 80e5ba6
1 file changed
+67
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
15 | 57 | | |
16 | | - | |
| 58 | + | |
| 59 | + | |
17 | 60 | | |
18 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
19 | 65 | | |
20 | 66 | | |
21 | 67 | | |
22 | 68 | | |
23 | 69 | | |
24 | 70 | | |
25 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
26 | 85 | | |
27 | 86 | | |
28 | 87 | | |
| |||
0 commit comments