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:
552552 npm publish --tag ci
553553
554554 - 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 }}"
558556 shell : bash
Original file line number Diff line number Diff line change 66 "clean" : " rescript clean" ,
77 "test" : " node ./playground_test.cjs" ,
88 "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"
1110 },
1211 "dependencies" : {
1312 "@rescript/react" : " ^0.13.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments