Skip to content

Commit

Permalink
eval_paddlepaddle -> eval_paddle
Browse files Browse the repository at this point in the history
  • Loading branch information
astonzhang committed Dec 7, 2022
1 parent 8d72713 commit cf03c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ stage("Build and Publish") {

sh label: "Execute Notebooks [Paddlepaddle]", script: """set -ex
conda activate ${ENV_NAME}
./static/cache.sh restore _build/eval_paddlepaddle/data
./static/cache.sh restore _build/eval_paddle/data
d2lbook build eval --tab paddle
./static/cache.sh store _build/eval_paddlepaddle/data
./static/cache.sh store _build/eval_paddle/data
"""

sh label:"Build HTML", script:"""set -ex
Expand Down

0 comments on commit cf03c0a

Please sign in to comment.