Skip to content

Commit

Permalink
fix github action yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imagine10255 committed Oct 27, 2024
1 parent 04143c3 commit 6b81184
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 6b81184

Please sign in to comment.