Skip to content

Commit

Permalink
Remove storybook publish from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hlimas committed Apr 27, 2024
1 parent c79182b commit 7794e8d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
26 changes: 0 additions & 26 deletions .github/actions/storybook/action.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,3 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/analyze

publish-storybook:
needs: analyze
name: Publish Storybook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/storybook
with:
branch: ${{ github.head_ref }}
9 changes: 0 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,3 @@ jobs:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/build

publish-storybook:
needs: build
name: Publish Storybook
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-node
- uses: ./.github/actions/storybook

0 comments on commit 7794e8d

Please sign in to comment.