diff --git a/Jenkinsfile b/Jenkinsfile index 0e66a69137..ca2449e3ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -70,7 +70,7 @@ stage("Build and Publish") { sh label:"Release", script:"""set -ex conda activate ${ENV_NAME} d2lbook build pkg - d2lbook deploy html pdf pkg --s3 s3://classic.d2l.ai/ + d2lbook deploy html pdf pkg colab sagemaker slides --s3 s3://classic.d2l.ai/ """ } else {