Skip to content

Commit 4c8d97e

Browse files
committed
update workflow
1 parent 9c3264c commit 4c8d97e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/docs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,19 @@ on:
66
- main
77
- docs
88
paths:
9-
- .github/workflows/docs_builder.yml
10-
- pgserviceparser/**/*.py
9+
- .github/workflows/docs.yml
10+
- pum/**/*.py
1111
- docs/**/*
12-
- requirements/documentation.txt
1312
tags:
1413
- "*"
1514

1615
pull_request:
1716
branches:
1817
- main
1918
paths:
20-
- .github/workflows/docs_builder.yml
21-
- pgserviceparser/**/*.py
19+
- .github/workflows/docs.yml
20+
- pum/**/*.py
2221
- docs/**/*
23-
- requirements/documentation.txt
2422

2523
# Allow one concurrent deployment
2624
concurrency:
@@ -40,8 +38,10 @@ jobs:
4038
with:
4139
python-version: '3.12'
4240

43-
- name: Install pgserviceparser
44-
run: python -m pip install -r docs/requirements.txt
41+
- name: Install dependencies
42+
run: |
43+
python -m pip install -r requirements/base.txt
44+
python -m pip install -r docs/requirements.txt
4545
4646
- name: Build documentation
4747
run: mkdocs build -f docs/mkdocs.yml

0 commit comments

Comments
 (0)