Skip to content

Commit

Permalink
Merge pull request #8 from acrool/main
Browse files Browse the repository at this point in the history
deploy storybook
  • Loading branch information
imagine10255 authored Oct 27, 2024
2 parents 0016516 + b374bf9 commit a271bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ jobs:
- name: Install dependencies
run: yarn install

- name: Build Storybook
run: yarn build-storybook

- name: Install Wrangler
run: yarn global add wrangler

- name: Deploy to Cloudflare Pages
run: wrangler pages deploy ./storybook-static --project-name=acrool-react-img --branch main
- name: Build Storybook & Deploy to Cloudflare Pages
run: yarn pages:deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
Empty file removed public/.gitkeep
Empty file.

0 comments on commit a271bc5

Please sign in to comment.