diff --git a/Jenkinsfile b/Jenkinsfile index 91eaf38..d67a04b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,12 +25,6 @@ pipeline { } } - stage('Build') { - steps { - sh 'npm run build' // Build the project - } - } - stage('Deploy to Cloudflare Pages') { steps { sh 'npx wrangler deploy'