From 2dbce2b9b125862fd6e2bdf03ba9a628c364caa5 Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Thu, 16 Jan 2025 16:19:25 +0000 Subject: [PATCH] fix(): Temporarily remove storybook pages release. --- .github/workflows/release.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce72c36..d803bdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: