mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
39fb62b181
* bump vuepress * extend default-theme, implement codefund * explicitly install alpha plugins * update config
16 lines
444 B
TOML
16 lines
444 B
TOML
# Global settings applied to the whole site.
|
|
#
|
|
# “publish” is the directory to publish (relative to root of your repo),
|
|
# “command” is your build command,
|
|
[build]
|
|
publish = "docs/.vuepress/dist"
|
|
command = "yarn build:docs"
|
|
|
|
# Deploy Preview context
|
|
#
|
|
# All deploys resulting from a pull/merge request will
|
|
# inherit these settings.
|
|
[context.deploy-preview]
|
|
publish = "docs/.vuepress/dist"
|
|
command = "yarn && yarn build:preview"
|