Skip to content

Commit

Permalink
Add back colab sagemaker slides deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Jul 16, 2022
1 parent 13f94c1 commit 6a1831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6a1831f

Please sign in to comment.