Skip to content

Commit

Permalink
[Docs] 불필요한 스토리 삭제 + 일부 스토리 수정 (#303)
Browse files Browse the repository at this point in the history
* docs: page story 삭제

* docs: story 수정

* docs: storybook gh-pages publish action

* docs: install command 추가

* docs: permission

* docs: storybook-deployer 적용

* docs: cli 수정

* docs: peaceiris action으로 변경

* docs: install 추가

* docs: trigger branch 수정

* chore: cd pipeline trigger 수정
  • Loading branch information
wuzoo authored Oct 30, 2024
1 parent d6f2b42 commit ffcddc3
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 514 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/automatic-aws-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- develop

jobs:
cicd:
Expand Down
40 changes: 0 additions & 40 deletions .github/workflows/chromatic.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 'Storybook Deployment'

on:
push:
branches:
- develop

jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1

- name: Install Pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build
run: pnpm build-storybook

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
publish_dir: ./storybook-static
github_token: ${{ secrets.GITHUB_TOKEN }}



2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ dist-ssr
*.sw?
.env
*storybook.log
storybook-static/*
storybook-static
30 changes: 0 additions & 30 deletions src/story/page/archiving/modal/BlockItem.stories.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions src/story/page/archiving/modal/BlockModalTest.stories.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions src/story/page/archiving/timeline/Day.stories.tsx

This file was deleted.

62 changes: 0 additions & 62 deletions src/story/page/archiving/timeline/TimeBlock.stories.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions src/story/page/drive/FileListHeader.stories.tsx

This file was deleted.

31 changes: 0 additions & 31 deletions src/story/page/drive/FileListItem.stories.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions src/story/page/landing/LandingPage.stories.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions src/story/page/landing/Overview.stories.tsx

This file was deleted.

16 changes: 0 additions & 16 deletions src/story/page/login/LoginPage.stories.tsx

This file was deleted.

23 changes: 0 additions & 23 deletions src/story/page/showcase/AdvBanner.stories.tsx

This file was deleted.

Loading

0 comments on commit ffcddc3

Please sign in to comment.