We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d72713 commit cf03c0aCopy full SHA for cf03c0a
Jenkinsfile
@@ -53,9 +53,9 @@ stage("Build and Publish") {
53
54
sh label: "Execute Notebooks [Paddlepaddle]", script: """set -ex
55
conda activate ${ENV_NAME}
56
- ./static/cache.sh restore _build/eval_paddlepaddle/data
+ ./static/cache.sh restore _build/eval_paddle/data
57
d2lbook build eval --tab paddle
58
- ./static/cache.sh store _build/eval_paddlepaddle/data
+ ./static/cache.sh store _build/eval_paddle/data
59
"""
60
61
sh label:"Build HTML", script:"""set -ex
0 commit comments