Skip to content

Commit

Permalink
Merge pull request #2212 from d2l-ai/r0.17
Browse files Browse the repository at this point in the history
Add back colab sagemaker slides deploy
  • Loading branch information
astonzhang authored Jul 16, 2022
2 parents 5ae13a5 + 6a1831f commit 05ec27a
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 05ec27a

Please sign in to comment.