diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 0c65c47..beba45a 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -17,7 +17,9 @@ jobs: - uses: nelonoel/branch-name@v1.0.1 - name: Publish preview + id: netlify uses: jsmrcaga/action-netlify-deploy@v2.1.0 + continue-on-error: true with: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} @@ -28,6 +30,9 @@ jobs: build_command: echo "" monorepo_package: rdfjs-elements-demo + - name: Netlify output + run: echo ${{ steps.netlify.outputs.NETLIFY_OUTPUT }} + - name: Status check uses: Sibz/github-status-action@v1.1.1 with: