Skip to content

Commit

Permalink
build: update publish storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
elevatebart committed Jan 13, 2025
1 parent f96e268 commit b5f3135
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
storybook:
name: Storybook
runs-on: ubuntu-latest
env:
GOOGLE_SERVICE_ACCOUNT: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -21,5 +24,6 @@ jobs:
# publish storybook to gs
- name: Publish storybook to Google Cloud
if: env.GOOGLE_SERVICE_ACCOUNT != 0
run: |
gsutil -m rsync -d -r ./storybook-static gs://internal-kestra-host//${{ format('{0}/{1}', github.repository, 'jacoco') }}

0 comments on commit b5f3135

Please sign in to comment.