File tree Expand file tree Collapse file tree 4 files changed +1
-46
lines changed
Expand file tree Collapse file tree 4 files changed +1
-46
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ jobs:
199199 run : cd ./packages/gitbook && bun e2e-browserless
200200 env :
201201 BASE_URL : ${{needs.deploy-v2-vercel.outputs.deployment-url}}
202- PAGESPEED_API_KEY : ${{ secrets.PAGESPEED_API_KEY }}
203202 browserless-testing-v2-cloudflare :
204203 runs-on : ubuntu-latest
205204 name : Browserless Testing v2 (Cloudflare)
@@ -216,5 +215,4 @@ jobs:
216215 - name : Run tests
217216 run : cd ./packages/gitbook && bun e2e-browserless
218217 env :
219- BASE_URL : ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}
220- PAGESPEED_API_KEY : ${{ secrets.PAGESPEED_API_KEY }}
218+ BASE_URL : ${{needs.deploy-v2-cloudflare.outputs.deployment-url}}
Original file line number Diff line number Diff line change 8787 "@types/node" : " ^20" ,
8888 "@types/object-hash" : " ^3.0.6" ,
8989 "@types/parse-cache-control" : " ^1.0.4" ,
90- "@types/psi" : " ^4.1.6" ,
9190 "@types/react" : " 18.3.13" ,
9291 "@types/react-dom" : " 18.3.1" ,
9392 "@types/rison" : " ^0.0.9" ,
9493 "deepmerge" : " ^4.3.1" ,
9594 "env-cmd" : " ^10.1.0" ,
9695 "jsonwebtoken" : " ^9.0.2" ,
9796 "postcss" : " ^8" ,
98- "psi" : " ^4.1.0" ,
9997 "stylelint" : " ^16.16.0" ,
10098 "tailwindcss" : " ^4.1.11" ,
10199 "ts-essentials" : " ^10.0.1" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments