mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Bugfix: Checkout multiple repos
This commit is contained in:
parent
2ff83d6827
commit
5c04f1511f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -48,11 +48,12 @@ jobs:
|
|||
- name: Run benchmark
|
||||
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Checkout gh-pages
|
||||
- name: Switch to & checkout gh-pages repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin main
|
||||
|
|
Loading…
Add table
Reference in a new issue