mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Make the doc build action a little more efficient.
This commit is contained in:
parent
0e38d1b82b
commit
2353702f0b
10
.github/workflows/check-doc-build.yml
vendored
10
.github/workflows/check-doc-build.yml
vendored
@ -29,14 +29,8 @@ jobs:
|
|||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: pip install -r requirements.txt
|
run: pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Install pyOpenSSL
|
- name: Install additional Python dependencies
|
||||||
run: pip install "pyOpenSSL>=23.*"
|
run: pip install "pyOpenSSL>=23.*" sphinx sphinxcontrib-youtube
|
||||||
|
|
||||||
- name: Install sphinx
|
|
||||||
run: pip install sphinx
|
|
||||||
|
|
||||||
- name: Install sphinx youtube
|
|
||||||
run: pip install sphinxcontrib-youtube
|
|
||||||
|
|
||||||
- name: Check the documentation
|
- name: Check the documentation
|
||||||
run: make docs
|
run: make docs
|
||||||
|
Loading…
Reference in New Issue
Block a user