We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a617dff commit 0e83f35Copy full SHA for 0e83f35
.github/workflows/deploy.yml
@@ -57,13 +57,13 @@ jobs:
57
if: matrix.python-version == '3.10'
58
shell: bash -l {0}
59
run: |
60
- cd docs
61
- conda install sphinx
62
- pip install sphinx_rtd_theme
+ # cd docs
+ # conda install sphinx
+ # pip install sphinx_rtd_theme
63
python -c 'import obstools; print(obstools.__version__)'
64
# make html
65
# touch _build/html/.nojekyll
66
- cd ..
+ # cd ..
67
68
- name: Deploy 🚀
69
0 commit comments