Skip to content

Commit

Permalink
ci: test ci script 2
Browse files Browse the repository at this point in the history
  • Loading branch information
lowesilvan committed Mar 7, 2023
1 parent c6ba3b7 commit 9fa8702
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths: ["stories/**", "src/components/**"] # Trigger the action only when files change in the folders defined here
jobs:
build:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
Expand All @@ -14,10 +14,6 @@ jobs:
run: | # Install npm packages and build the Storybook files
npm install
npm run build-storybook
deploy:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Deploy storybook to GitHub Pages
run: npm run deploy-storybook -- --ci --source-branch=main
env:
Expand Down
1 change: 0 additions & 1 deletion src/components/atoms/button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ const Button: React.FC<Props> = ({
};

export default Button;
// just to trigger ci

0 comments on commit 9fa8702

Please sign in to comment.