File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Settings in the [build] context are global and are applied to all contexts
2
+ # unless otherwise overridden by more specific contexts.
3
+ [build ]
4
+ # Directory to change to before starting a build.
5
+ # This is where we will look for package.json/.nvmrc/etc.
6
+ base = " "
7
+
8
+ # Directory (relative to root of your repo) that contains the deploy-ready
9
+ # HTML files and assets generated by the build. If a base directory has
10
+ # been specified, include it in the publish directory path.
11
+ publish = " docs/.vuepress/dist"
12
+
13
+ # Default build command.
14
+ command = " yarn build --version=2 && vuepress build docs"
15
+
16
+ # Directory with the serverless Lambda functions to deploy to AWS.
17
+ # functions = "project/functions/"
18
+
19
+ ignore = " git diff --quite HEAD^ HEAD ./docs/
You can’t perform that action at this time.
0 commit comments