modify deploy_docs to not need relative path

main
Siddharth Bhat 2022-04-07 00:44:49 +01:00
parent 9eec1cf1ad
commit f5b9e02766
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ fi
# generate the docs
cd $1
../$2/build/bin/doc-gen4 /mathlib4_docs/ Mathlib
../$2/build/bin/doc-gen4 Mathlib
if [ "$3" = "true" ]; then
cd ..