mirror of
https://github.com/denoland/deno.git
synced 2025-10-01 14:41:15 +00: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:
|
env:
|
||||||
DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }}
|
DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }}
|
||||||
run: |
|
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
|
python ./tools/build_benchmark_jsons.py
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
git config user.email "propelml@gmail.com"
|
git config user.email "propelml@gmail.com"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue