Skip to content

Commit

Permalink
fix(): Temporarily remove storybook pages release.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 16, 2025
1 parent a9063db commit 2dbce2b
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run build && npm run build-storybook

- name: Upload artifact.
uses: actions/upload-pages-artifact@v1
with:
path: ./storybook-static/

- name: Publish storybook build to github pages
id: deployment
uses: actions/deploy-pages@v1
- run: npm run build

- run: npx semantic-release
env:
Expand Down

0 comments on commit 2dbce2b

Please sign in to comment.