File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
2624concurrency :
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
You can’t perform that action at this time.
0 commit comments