fix: add commit-dirty flag

This commit is contained in:
wfz
2026-05-07 11:25:47 +08:00
parent 294d9c8e11
commit 6277161497

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 'npx wrangler pages deploy docs/.vitepress/dist --project-name=web-home' sh 'npx wrangler pages deploy docs/.vitepress/dist --project-name=web-home --commit-dirty=true'
} }
} }
} }