fix: add commit-dirty flag

This commit is contained in:
wfz
2026-05-07 11:25:47 +08:00
parent 8ad6bb4171
commit 4108e2824c

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'
} }
} }
} }