mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Updated gh-pages checkout command
This commit is contained in:
parent
5c04f1511f
commit
93a8fe1c61
1 changed files with 2 additions and 1 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -52,12 +52,13 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
|
||||
- name: Checkout gh-pages
|
||||
run: |
|
||||
git status
|
||||
git fetch --no-tags --depth=1 origin main
|
||||
git checkout --track origin/main
|
||||
git checkout origin/main
|
||||
git pull
|
||||
git status
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue