diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4088ab2..1eb68e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,18 +34,13 @@ jobs: - name: Install dependencies run: | cd web - npm install + npm ci - name: Build with Next.js run: | cd web npm run build - - name: Static HTML export with Next.js - run: | - cd web - npm run export - - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: