Skip to content

Commit 6dee926

Browse files
committed
ci: rename docs workflow, always run on push to main
1 parent 11a5d28 commit 6dee926

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/mkdocs.yaml renamed to .github/workflows/docs.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
name: MkDocs
1+
name: Documentation
22

33
on:
44
push:
55
branches:
66
- 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"
147

158
jobs:
169
test:
17-
name: Test docs
10+
name: Test
1811
runs-on: ubuntu-latest
1912
steps:
2013
- name: Checkout main
@@ -32,8 +25,8 @@ jobs:
3225
- name: Test docs
3326
run: uv run --extra docs mkdocs build --strict
3427

35-
build:
36-
name: Deploy docs
28+
deploy:
29+
name: Deploy
3730
runs-on: ubuntu-latest
3831
if: github.ref_name == 'main'
3932
steps:

0 commit comments

Comments
 (0)