Skip to content

Commit

Permalink
build: build docs content in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
trik committed Aug 12, 2020
1 parent cd9af25 commit 7b4cb3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ pipeline {
}
steps {
sh 'bazel build src/ajf-examples:npm_package --config=release'
sh 'yarn build-docs-content'
sh './scripts/circleci/publish-snapshots.sh'
sh 'node ./scripts/deploy-dev-app.js'
}
Expand Down

0 comments on commit 7b4cb3b

Please sign in to comment.