Skip to content

Commit d4ff7de

Browse files
committed
stop building storybook...
1 parent 1310109 commit d4ff7de

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cd package
3434
zip -r ../self-host.zip .
3535
- run: pnpm build-playground
36-
- run: pnpm build-storybook
36+
# - run: pnpm build-storybook
3737
- run: pnpm test-unit
3838
- run: pnpm lint
3939

.github/workflows/preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
run: vercel build --token=${{ secrets.VERCEL_TOKEN }}
7979
env:
8080
CONFIG_JSON_SOURCE: BUNDLED
81-
- run: pnpm build-storybook
8281
- name: Copy playground files
8382
run: |
8483
mkdir -p .vercel/output/static/playground

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- run: vercel build --token=${{ secrets.VERCEL_TOKEN }} --prod
3535
env:
3636
CONFIG_JSON_SOURCE: BUNDLED
37-
- run: pnpm build-storybook
3837
- name: Copy playground files
3938
run: |
4039
mkdir -p .vercel/output/static/playground
@@ -48,12 +47,12 @@ jobs:
4847
github_token: ${{ secrets.GITHUB_TOKEN }}
4948
publish_dir: .vercel/output/static
5049
force_orphan: true
51-
50+
5251
- name: Change index.html title
5352
run: |
5453
# change <title>Minecraft Web Client</title> to <title>Minecraft Web Client — Free Online Browser Version</title>
5554
sed -i 's/<title>Minecraft Web Client<\/title>/<title>Minecraft Web Client — Free Online Browser Version<\/title>/' .vercel/output/static/index.html
56-
55+
5756
- name: Deploy Project to Vercel
5857
uses: mathiasvr/[email protected]
5958
with:

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For building the project yourself / contributing, see [Development, Debugging &
3030
- Support for custom rendering 3D engines. Modular architecture.
3131
- even even more!
3232

33-
All components that are in [Storybook](https://mcraft.fun/storybook) are published as npm module and can be used in other projects: [`minecraft-react`](https://npmjs.com/minecraft-react)
33+
All components that are in [Storybook](https://minimap.mcraft.fun/storybook/) are published as npm module and can be used in other projects: [`minecraft-react`](https://npmjs.com/minecraft-react)
3434

3535
### Recommended Settings
3636

0 commit comments

Comments
 (0)