Skip to content

Commit

Permalink
Added scripts for release
Browse files Browse the repository at this point in the history
Signed-off-by: iamabhishek-dubey <abhishekbhardwaj510@gmail.com>
  • Loading branch information
iamabhishek-dubey committed May 15, 2021
1 parent 9664c1b commit e4930eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,6 @@ stages:
- task: NodeTool@0
displayName: "Installing NodeJS"
inputs:
versionSpec: '6.x'
versionSpec: '>=8.6'
- script: scripts/build-docs.sh
displayName: "Building documentation"
6 changes: 3 additions & 3 deletions scripts/build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

build_docs() {
cd docs; yarn install
cd docs; npm install -D vuepress
cd docs; yarn build
cd docs; yarn install && \
yarn add -D vuepress && \
yarn build
}

build_docs

0 comments on commit e4930eb

Please sign in to comment.