Skip to content

Commit

Permalink
Fix site publish on release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-lli committed Dec 20, 2024
1 parent e18326a commit 5ebaf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pipeline {
sh "gh pr create --title '${message}' --body '${message}' --head ${targetBranch} --base ${env.BRANCH_NAME}"
}
// publish site from 'mvn release' run
maven cmd: "site:stage scm-publish:publish-scm"
maven cmd: "site site:stage scm-publish:publish-scm"
}
}
}
Expand Down

0 comments on commit 5ebaf80

Please sign in to comment.