]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: fix command
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 27 Aug 2020 13:57:45 +0000 (15:57 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 27 Aug 2020 13:57:45 +0000 (15:57 +0200)
netlify.toml

index 1738174ec6a371025cf9c5ebb4322e6144dd1b60..12fa0eb6f11f36d5f83f1a0af03c7c4a8cbeb1ba 100644 (file)
@@ -1,4 +1,4 @@
 [build]
   ignore = "git diff --quiet HEAD^ HEAD ./docs/ && ! git diff HEAD^ HEAD ./yarn.lock | grep vite"
-  publish = "docs/.vuepress/dist"
+  publish = "docs/.vitepress/dist"
   command = "yarn run docs:build"