From 6a1831f05d49ae2fafd255ef07734971b791e272 Mon Sep 17 00:00:00 2001 From: Aston Zhang Date: Sat, 16 Jul 2022 22:18:11 +0000 Subject: [PATCH] Add back colab sagemaker slides deploy --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {