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 1fc66e2 commit 9664c1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ stages:
- stage: docs
dependsOn: ["release_binaries", "release_quay", "release_github_image"]
jobs:
- job: verfiy
- job: build
dependsOn: []
pool:
vmImage: "ubuntu-18.04"
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

Expand Down

0 comments on commit 9664c1b

Please sign in to comment.