Commit f974f7e
fix(workflows): switch docs deploy to actions/deploy-pages for workflow-type Pages (#1394)
* fix(workflows): switch docs deploy to actions/deploy-pages
Switch from mkdocs gh-deploy (legacy branch push) to the GitHub Actions
native Pages deployment approach to match build_type:workflow config.
Changes:
- Replace mkdocs gh-deploy with mkdocs build + upload-pages-artifact
+ deploy-pages action steps
- Add permissions for OIDC and environment: github-pages to deploy job
- Remove Enable GitHub Pages step (REST API blocked; not needed with
the workflow-native deploy approach)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore: retrigger CI after sprint:35 label
---------
Co-authored-by: Copilot <Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 18e6a27 commit f974f7e
1 file changed
Lines changed: 15 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 83 | + | |
| 84 | + | |
100 | 85 | | |
| 86 | + | |
| 87 | + | |
101 | 88 | | |
102 | 89 | | |
103 | 90 | | |
104 | 91 | | |
105 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
106 | 98 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 99 | + | |
| 100 | + | |
0 commit comments