Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jan 19, 2024
1 parent f6dd31c commit 4c4f4e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI
name: Build Storybook

on:
push:
Expand Down Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
cd storybook
npm run build
mkdir scripts
wget https://github.com/Innei/Shiro/raw/main/scripts/vercel-build-pre.sh > scripts/vercel-build-pre.sh
mkdir -p dist/scripts
wget https://github.com/Innei/Shiro/raw/main/scripts/vercel-build-pre.sh > dist/scripts/vercel-build-pre.sh
echo "shiro.innei.in" > dist/CNAME
env:
CI: true
Expand Down

1 comment on commit 4c4f4e9

@vercel
Copy link

@vercel vercel bot commented on 4c4f4e9 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

shiro-innei.vercel.app
springtide.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.