File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 - name : Setup yarn
1414 uses : actions/setup-node@v3
1515 with :
16- cache : ' yarn'
17- node-version : ' 24 '
16+ cache : " yarn"
17+ node-version : " 24 "
1818 - name : Build
1919 run : |
2020 yarn install
2626 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
2727 command : pages deploy public --project-name=rescript-lang-org
2828 # Optional: Enable this if you want to have GitHub Deployments triggered
29- gitHubToken : ${{ secrets.GITHUB_TOKEN }}
29+ gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11export function onRequest ( context ) {
2- const url = new URL ( context . request . url ) ;
3- return new Response ( url . searchParams . toString ( ) ) ;
4- }
2+ const url = new URL ( context . request . url ) ;
3+ return new Response ( url . searchParams . toString ( ) ) ;
4+ }
Original file line number Diff line number Diff line change 9696 "vite-plugin-page-reload" : " ^0.2.2" ,
9797 "wrangler" : " ^4.52.0"
9898 }
99- }
99+ }
You can’t perform that action at this time.
0 commit comments