diff options
author | Bert Belder <bertbelder@gmail.com> | 2021-06-23 23:54:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 23:54:25 +0200 |
commit | b7f875e010beb6affc8101f9ac3d0f1429198769 (patch) | |
tree | a8d7de614f72f9421c1cf8ca791a6fca8a9a9cf8 | |
parent | e02403bb4590da6823eb956bcbc89e9a937d431d (diff) |
ci: fix pushing benchmark results to gh-pages (#11095)
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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 \ |