1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-21 21:50:00 -05:00

ci: fix pushing benchmark results to gh-pages (#11095)

This commit is contained in:
Bert Belder 2021-06-23 23:54:25 +02:00 committed by Ryan Dahl
parent 822ad83b8c
commit f9f193b0ba

View file

@ -500,7 +500,7 @@ jobs:
env: env:
DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }} DENOBOT_PAT: ${{ secrets.DENOBOT_PAT }}
run: | run: |
git clone --depth 1 --branch gh_pages \ git clone --depth 1 --branch gh-pages \
https://${DENOBOT_PAT}@github.com/denoland/benchmark_data.git \ https://${DENOBOT_PAT}@github.com/denoland/benchmark_data.git \
gh-pages gh-pages
./target/release/deno run --allow-all --unstable \ ./target/release/deno run --allow-all --unstable \