File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,10 @@ jobs:
4646 npm run build
4747 working-directory : .
4848
49- - name : Verify Wrangler Config
50- run : cat wrangler.toml
51-
52- - name : Add Wrangler Config to Build
53- run : cp wrangler.toml ./build
54-
5549 - name : Deploy to Cloudflare Pages
5650 uses : cloudflare/wrangler-action@v3
5751 with :
5852 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
5953 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
60- command : pages deploy ./build --project-name=howoldaremycats
54+ command : pages deploy . --project-name=howoldaremycats
6155 gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11[[r2_buckets ]]
22binding = " MEDIA"
3- bucket_name = " howoldaremycats-videos"
3+ bucket_name = " howoldaremycats-videos"
4+
5+ [[pages_build_output_dir ]]
6+ path = " ./build"
You can’t perform that action at this time.
0 commit comments