Skip to content

Commit

Permalink
Add netlify preview URL
Browse files Browse the repository at this point in the history
  • Loading branch information
aaomidi committed Sep 1, 2023
1 parent c5be0e1 commit 95e863d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ jobs:
build_directory: 'docs'
install_command: 'echo Skipping install'
build_command: 'echo Skipping build'

- name: Add a status badge
uses: Sibz/[email protected]
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Netlify preview
state: success
target_url: ${{ env.NETLIFY_PREVIEW_URL }}

0 comments on commit 95e863d

Please sign in to comment.