Skip to content

Commit

Permalink
Merge pull request #31 from imagine10255/main
Browse files Browse the repository at this point in the history
fix github action yml
  • Loading branch information
imagine10255 authored Oct 27, 2024
2 parents a5c97e1 + 6b81184 commit 472e8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ jobs:
run: yarn global add wrangler

- name: Deploy to Cloudflare Pages
run: wrangler pages deploy ./storybook-static --project-name=acrool-react-img --branch main
run: wrangler pages deploy ./storybook-static --project-name=bear-react-carousel-storybook --branch main
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 472e8e8

Please sign in to comment.