summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2021-06-23 23:54:25 +0200
committerGitHub <noreply@github.com>2021-06-23 23:54:25 +0200
commitb7f875e010beb6affc8101f9ac3d0f1429198769 (patch)
treea8d7de614f72f9421c1cf8ca791a6fca8a9a9cf8
parente02403bb4590da6823eb956bcbc89e9a937d431d (diff)
ci: fix pushing benchmark results to gh-pages (#11095)
-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 77f33b96a..c8570c4e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -500,7 +500,7 @@ jobs:
env:
DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }}
run: |
- git clone --depth 1 --branch gh_pages \
+ git clone --depth 1 --branch gh-pages \
https://${DENOBOT_PAT}@github.com/denoland/benchmark_data.git \
gh-pages
./target/release/deno run --allow-all --unstable \