fix: replace all remaining paths referring to vuepress (#5859)

This commit is contained in:
David Knaack
2024-03-24 08:03:55 +01:00
committed by GitHub
parent d421f63785
commit d5861f9f97
6 changed files with 8 additions and 8 deletions
@@ -13,7 +13,7 @@ usage() {
echo "Assumes that the following items already exist:"
echo " - A starship binary which has already been notarized"
echo " - Documentation created by \`npm run build\`, usually in a dist"
echo " directory at <repo>/docs/.vuepress/dist"
echo " directory at <repo>/docs/.vitepress/dist"
echo "Usage: $0 <path-to-starship-binary> <path-to-dist-directory>"
}