mirror of
https://github.com/dokku/dokku.git
synced 2026-05-18 05:05:46 +02:00
debug: output the current version file for debugging
This commit is contained in:
@@ -123,7 +123,13 @@ main() {
|
||||
done
|
||||
done
|
||||
|
||||
python contrib/sort-mkdocs-versions
|
||||
echo "====> Rebuild versions"
|
||||
if [[ -f "tmp/docs-build/versions.json" ]]; then
|
||||
sed "s/^/ /" "tmp/docs-build/versions.json"
|
||||
python contrib/sort-mkdocs-versions
|
||||
else
|
||||
echo " No version file exists"
|
||||
fi
|
||||
|
||||
echo "====> Cleanup main repo"
|
||||
rm -rf docs
|
||||
|
||||
Reference in New Issue
Block a user