Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 391c1fb

Browse files
author
Kevin Richter
committed
Update Jenkinsfile
1 parent daa4563 commit 391c1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ node('node') {
99
stage('build') {
1010
sh 'npm install'
1111
sh 'npm run copy-pages'
12-
sh 'npm run compile-docs-api'
12+
sh 'npm run compile-docs-wrapper'
1313
sh 'sudo bundle install'
1414
sh 'bundle exec middleman build --clean'
1515
}

0 commit comments

Comments
 (0)