diff --git a/bin/release.sh b/bin/release.sh index 13a5f70..33c033f 100755 --- a/bin/release.sh +++ b/bin/release.sh @@ -27,7 +27,7 @@ if [ -n "$(git status --porcelain)" ]; then exit 1 fi -../vendor/bin/apigen.php --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG +../vendor/bin/apigen --quiet --download --title "GeoIP2 PHP API $TAG" --source ../src --destination doc/$TAG PAGE=index.md cat < $PAGE