fix: use full path for wrangler

This commit is contained in:
wfz
2026-05-07 11:19:34 +08:00
parent 92fee90006
commit c8a71cb031

2
Jenkinsfile vendored
View File

@@ -23,7 +23,7 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
echo 'Deploying to Cloudflare Pages...' echo 'Deploying to Cloudflare Pages...'
sh 'wrangler pages deploy docs/.vitepress/dist --project-name=web-home' sh '/usr/local/bin/wrangler pages deploy docs/.vitepress/dist --project-name=web-home'
} }
} }
} }