Skip to content

Commit

Permalink
chore(build): echo storybook url in workflow (#15463)
Browse files Browse the repository at this point in the history
It's reasonably easy to build this link yourself, but now you won't have
to
  • Loading branch information
sfoster1 authored Jun 20, 2024
1 parent 93231a2 commit a863321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ jobs:
AWS_DEFAULT_REGION: us-east-2
run: |
aws s3 sync ./dist s3://opentrons-components/${{ env.OT_BRANCH}} --acl public-read
- name: 'Set generated URL'
run: |
echo 'Created component storybook for [${{ env.OT_BRANCH }}](https://s3-us-west-2.amazonaws.com/opentrons-components/${{ env.OT_BRANCH }}/index.html?path=/)' >> $GITHUB_STEP_SUMMARY
echo 'Created component storybook for https://s3-us-west-2.amazonaws.com/opentrons-components/${{ env.OT_BRANCH }}/index.html?path=/'
publish-components:
name: 'publish components package to npm'
Expand Down

0 comments on commit a863321

Please sign in to comment.