We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a5d28 commit 6dee926Copy full SHA for 6dee926
.github/workflows/mkdocs.yaml renamed to .github/workflows/docs.yaml
@@ -1,20 +1,13 @@
1
-name: MkDocs
+name: Documentation
2
3
on:
4
push:
5
branches:
6
- main
7
- paths:
8
- # Only rebuild website when docs have changed
9
- - "README.md"
10
- - "deployment/**"
11
- - "docs/**"
12
- - "src/**"
13
- - ".github/workflows/mkdocs.yaml"
14
15
jobs:
16
test:
17
- name: Test docs
+ name: Test
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout main
@@ -32,8 +25,8 @@ jobs:
32
25
33
26
run: uv run --extra docs mkdocs build --strict
34
27
35
- build:
36
- name: Deploy docs
28
+ deploy:
29
+ name: Deploy
37
30
38
31
if: github.ref_name == 'main'
39
0 commit comments