Skip to content

Commit 0e83f35

Browse files
committed
simplify make docs to minimum
1 parent a617dff commit 0e83f35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
if: matrix.python-version == '3.10'
5858
shell: bash -l {0}
5959
run: |
60-
cd docs
61-
conda install sphinx
62-
pip install sphinx_rtd_theme
60+
# cd docs
61+
# conda install sphinx
62+
# pip install sphinx_rtd_theme
6363
python -c 'import obstools; print(obstools.__version__)'
6464
# make html
6565
# touch _build/html/.nojekyll
66-
cd ..
66+
# cd ..
6767
6868
- name: Deploy 🚀
6969
if: matrix.python-version == '3.10'

0 commit comments

Comments
 (0)