Commit cb2f9b2
authored
Fix preview/postmerge doc publishing conflict. (#22)
* Fix preview/postmerge doc publishing conflict.
This removes the GHA to push to pages and instead just publishes the `gh-pages` branch to pages. It also changes our doc publishing to work by just publishing to that branch.
* Only run publishing steps when docs change.
* Add some more lint/format checks. (#21)
* Add some more lint/format checks.
* Add yamlfmt as a required check
* Make it easier for people to run the checks locally
* yamlfmt all files.
* Fix workflow to be correct path.
* Fix yaml formatting1 parent 567a3d0 commit cb2f9b2
File tree
2 files changed
+12
-49
lines changed- .github/workflows
2 files changed
+12
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | | - | |
12 | | - | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
| |||
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
This file was deleted.
0 commit comments