fix: add commit-dirty flag
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user