Skip to content

Commit

Permalink
ci: print netlify output
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jan 19, 2024
1 parent ace0282 commit 4c5e9cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- uses: nelonoel/[email protected]

- name: Publish preview
id: netlify
uses: jsmrcaga/[email protected]
continue-on-error: true
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
Expand All @@ -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/[email protected]
with:
Expand Down

0 comments on commit 4c5e9cc

Please sign in to comment.