diff --git a/.github/workflows/update-portfolio-index.yml b/.github/workflows/update-portfolio-index.yml index 7e8aa4caa..2cdf625e2 100644 --- a/.github/workflows/update-portfolio-index.yml +++ b/.github/workflows/update-portfolio-index.yml @@ -34,6 +34,7 @@ jobs: if: ${{ github.ref != 'refs/heads/main' }} run: | npm install -g netlify-cli@17.x.x + jb build -W -n --keep-going ./portfolio netlify deploy \ --alias="${GITHUB_REPOSITORY#*/}-${{ github.event.number }}" \ --auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \