diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index a8153ea..2c75500 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: - name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built. run: | npm ci - npm run build + CI=false npm run build - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.0