Skip to content

Commit

Permalink
configure a PR triggered doc run
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmarkham committed Aug 13, 2019
1 parent 9054a76 commit 748b083
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ci/jenkins/Jenkinsfile_website_full
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ core_logic: {

utils.parallel_stage('Prepare', [
custom_steps.docs_prepare()
archiveArtifacts 'docs/_build/full_website.tgz'
])

utils.parallel_stage('Publish', [
Expand Down
2 changes: 1 addition & 1 deletion ci/other/ci_deploy_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
#
set -ex

aws s3 sync --delete docs/_build/html/ s3://mxnet-ci-doc/$1/$2 \
aws s3 sync --delete docs/_build/ s3://mxnet-ci-doc/$1/$2 \
&& echo "Doc is hosted at http://mxnet-ci-doc.s3-accelerate.dualstack.amazonaws.com/$1/$2/index.html"

0 comments on commit 748b083

Please sign in to comment.