mirror of https://github.com/Nonannet/pyhoff.git
path corrected from win to unix
This commit is contained in:
parent
feac082df8
commit
e53f336d27
|
@ -21,10 +21,10 @@ jobs:
|
||||||
run: pip install sphinx sphinx_rtd_theme sphinx-autodoc-typehints myst-parser
|
run: pip install sphinx sphinx_rtd_theme sphinx-autodoc-typehints myst-parser
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
run: |
|
run: |
|
||||||
python .\docs\source\generate_class_list.py
|
python ./docs/source/generate_class_list.py
|
||||||
cd docs
|
cd docs
|
||||||
sphinx-apidoc -o .\source\ ..\src\ -M --no-toc
|
sphinx-apidoc -o ./source/ ../src/ -M --no-toc
|
||||||
rm .\source\*.rst
|
rm ./source/*.rst
|
||||||
make html
|
make html
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
|
Loading…
Reference in New Issue