diff --git a/update_doc.sh b/update_doc.sh index 9e871f3..ec014c0 100755 --- a/update_doc.sh +++ b/update_doc.sh @@ -1,6 +1,6 @@ set -e -cargo doc +cargo doc --no-deps FROM=$(git rev-parse --short HEAD) git checkout gh-pages git fetch && git rebase origin/gh-pages