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:
parent
822ad83b8c
commit
f9f193b0ba
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue