File tree Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Expand file tree Collapse file tree 3 files changed +2
-24
lines changed Original file line number Diff line number Diff line change @@ -552,7 +552,5 @@ jobs:
552
552
npm publish --tag ci
553
553
554
554
- name : Update Website Playground
555
- env :
556
- NEXT_REVALIDATE_SECRET_TOKEN : ${{ secrets.NEXT_REVALIDATE_SECRET_TOKEN }}
557
- run : yarn workspace playground revalidate
555
+ run : curl -X POST "${{ secrets.CLOUDFLARE_PAGES_DEPLOYMENT_HOOK }}"
558
556
shell : bash
Original file line number Diff line number Diff line change 6
6
"clean" : " rescript clean" ,
7
7
"test" : " node ./playground_test.cjs" ,
8
8
"build" : " rescript clean && rescript build && node scripts/generate_cmijs.mjs && rollup -c" ,
9
- "upload-bundle" : " node scripts/upload_bundle.mjs" ,
10
- "revalidate" : " ./scripts/website_update_playground.sh"
9
+ "upload-bundle" : " node scripts/upload_bundle.mjs"
11
10
},
12
11
"dependencies" : {
13
12
"@rescript/react" : " ^0.13.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments