summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-03-07 06:29:19 -0500
committerGitHub <noreply@github.com>2020-03-07 12:29:19 +0100
commit36c50f442d0ca5e6e751fa3314f8508b24ce7303 (patch)
tree22391f4a88ce741e63068586f6866c10a353006c
parentec1946a95e94a273e3ceaaa517773626738bf365 (diff)
Move benchmark data to different repo (#4273)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c4e56bad9..610ebcb61 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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"