Skip to content

Commit

Permalink
[Deployment] Storybook GitHub pages 배포 (#305)
Browse files Browse the repository at this point in the history
* docs: pr test

* chore: node step delete

* docs: trigger branch 수정
  • Loading branch information
wuzoo authored Oct 30, 2024
1 parent 62d5e07 commit 354b5a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/storybook-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Install Pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 354b5a1

Please sign in to comment.