From 36c50f442d0ca5e6e751fa3314f8508b24ce7303 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 7 Mar 2020 06:29:19 -0500 Subject: [PATCH] Move benchmark data to different repo (#4273) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4e56bad9b..610ebcb61a 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"