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
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: AllanJeremy/luau-benchmark-results
|
repository: AllanJeremy/luau-benchmark-results
|
||||||
|
ref: "main"
|
||||||
|
|
||||||
- name: Checkout gh-pages
|
- name: Checkout gh-pages
|
||||||
run: |
|
run: |
|
||||||
git status
|
git status
|
||||||
git fetch --no-tags --depth=1 origin main
|
git fetch --no-tags --depth=1 origin main
|
||||||
git checkout --track origin/main
|
git checkout origin/main
|
||||||
git pull
|
git pull
|
||||||
git status
|
git status
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue