mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
Move benchmark data to different repo (#4273)
This commit is contained in:
parent
ec1946a95e
commit
36c50f442d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -145,7 +145,7 @@ jobs:
|
|||
env:
|
||||
DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }}
|
||||
run: |
|
||||
git clone --depth 1 -b gh-pages https://${DENOBOT_PAT}@github.com/denoland/deno.git gh-pages
|
||||
git clone --depth 1 -b gh-pages https://${DENOBOT_PAT}@github.com/denoland/benchmark_data.git gh-pages
|
||||
python ./tools/build_benchmark_jsons.py
|
||||
cd gh-pages
|
||||
git config user.email "propelml@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue