Skip to content

Commit 30816bd

Browse files
committed
Make sure sherlodoc is installed when updating docs
I noticed I had updated docs without `sherlodoc`, which results in not having the nice search bar with the docs. This should prevent that from happening again.
1 parent 7eac8be commit 30816bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update-gh-pages-for-tag

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ EOF
2828
exit 1
2929
fi
3030

31+
opam install sherlodoc
32+
3133
mkdir $TMP
3234
cd $TMP
3335

0 commit comments

Comments
 (0)