From 2b1b5e8e502df4c99408efd68a07eba8bb6a3688 Mon Sep 17 00:00:00 2001 From: Akalanka Perera Date: Sun, 21 Jul 2024 04:15:36 +0530 Subject: [PATCH] Fix: doc deploy job --- .github/workflows/release.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35ba76e..ee3ed95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,16 +41,15 @@ jobs: - name: Cleanups ๐Ÿงน run: | - rm -rf patches/* - jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json" cat package.json echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts + - name: Setup ๐Ÿš€ + uses: sliit-foss/actions/bun/setup@v1.1 + - name: Build ๐Ÿ—๏ธ - uses: sliit-foss/actions/bun/build@v1.1 - with: - storybooks: true + run: bun build-storybook - name: Create .nojekyll file ๐Ÿšง run: touch ./storybook-static/.nojekyll