Skip to content

Commit 763fec3

Browse files
committed
checking obstools import
1 parent ea7465d commit 763fec3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ jobs:
6060
cd docs
6161
conda install sphinx
6262
pip install sphinx_rtd_theme
63-
conda list
64-
make html
65-
touch _build/html/.nojekyll
63+
python -c 'from obstools import __version__ as release; print(release)'
64+
# make html
65+
# touch _build/html/.nojekyll
6666
cd ..
6767

6868
- name: Deploy 🚀

0 commit comments

Comments
 (0)