diff --git a/Jenkinsfile b/Jenkinsfile index eef643a..88d328d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -23,7 +23,7 @@ pipeline { stage('Deploy') { steps { 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' } } }