Make the doc build action a little more efficient.

This commit is contained in:
Dave Page 2023-03-23 15:07:40 +00:00
parent 0e38d1b82b
commit 2353702f0b

View File

@ -29,14 +29,8 @@ jobs:
- name: Install requirements
run: pip install -r requirements.txt
- name: Install pyOpenSSL
run: pip install "pyOpenSSL>=23.*"
- name: Install sphinx
run: pip install sphinx
- name: Install sphinx youtube
run: pip install sphinxcontrib-youtube
- name: Install additional Python dependencies
run: pip install "pyOpenSSL>=23.*" sphinx sphinxcontrib-youtube
- name: Check the documentation
run: make docs