diff --git a/.github/workflows/lxl-web.yml b/.github/workflows/lxl-web.yml index 2ba719f94..c744045ba 100644 --- a/.github/workflows/lxl-web.yml +++ b/.github/workflows/lxl-web.yml @@ -53,11 +53,11 @@ jobs: working-directory: ./lxljs - name: Install dependencies run: npm ci - - name: Build and preview + - name: Build env: API_URL: ${{ secrets.API_URL }} ID_URL: ${{ secrets.ID_URL }} - run: npm run build && npm run preview + run: npm run build - name: Lighthouse CI Action uses: treosh/lighthouse-ci-action@11.4.0 with: