We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fafe4 commit 152196dCopy full SHA for 152196d
Jenkinsfile
@@ -77,7 +77,7 @@ stage("Build and Publish") {
77
sh label:"Release", script:"""set -ex
78
conda activate ${ENV_NAME}
79
d2lbook build pkg
80
- d2lbook deploy html pdf pkg colab sagemaker --s3 s3://${LANG}-v2.d2l.ai
+ d2lbook deploy html pdf slides pkg colab sagemaker --s3 s3://${LANG}-v2.d2l.ai
81
"""
82
83
} else {
0 commit comments