Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-dharti-r committed Sep 9, 2024
1 parent 80e4b3b commit 12f2c80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ jobs:
yarn build
- name: Deploy to Cloudflare Pages
uses: cloudflare/pages-action@v1
run: |
npx wrangler pages deploy dist/ --project-name=canopas-website-dev --branch=main
# uses: cloudflare/pages-action@v1
run: npx wrangler pages deploy dist/ --project-name=canopas-website-dev --branch=main

0 comments on commit 12f2c80

Please sign in to comment.