diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 335b6dc..6e169b0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,7 +35,6 @@ jobs: run: | cd web npm install --legacy-peer-deps - npm ls date-fns react-day-picker - name: Build with Next.js run: | @@ -69,3 +68,4 @@ jobs: id: deployment uses: actions/deploy-pages@v4 +