docs..
This commit is contained in:
parent
bef931097b
commit
14f445c087
7
.github/workflows/update-docs.yml
vendored
7
.github/workflows/update-docs.yml
vendored
@ -16,10 +16,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: main
|
ref: main
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
- name: Set up Python 3.11
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.11
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
@ -34,8 +34,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get install python3-sphinx
|
sudo apt-get install python3-sphinx
|
||||||
pip install sphinxemoji sphinx_rtd_theme recommonmark
|
pip install sphinxemoji sphinx_rtd_theme recommonmark
|
||||||
cd docsource
|
cd docsource && make github
|
||||||
make html && make github && cd ..
|
|
||||||
|
|
||||||
- name: Check if there are any changes
|
- name: Check if there are any changes
|
||||||
id: verify_diff
|
id: verify_diff
|
||||||
|
Loading…
Reference in New Issue
Block a user