Skip to content

Commit

Permalink
Added commit status update to publish link to storybook.
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 8, 2024
1 parent 9a3a26c commit 1aed13d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,11 @@ jobs:
path: dist/storybook-bundle
# Done manually so we can checkout submodule
checkout: false

- uses: ouzi-dev/commit-status-updater@v2
if: ${{ github.event_name == 'pull_request_target' }}
with:
status: "success"
url: "https://civictechto.github.com/polis-storybook/PR-${{ github.event.number }}/"
name: "Storybook"
description: "This branch now available."

0 comments on commit 1aed13d

Please sign in to comment.