mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Updated checkout path
This commit is contained in:
parent
66cd80ef49
commit
768757bbb5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/benchmark-cachegrind.yml
vendored
2
.github/workflows/benchmark-cachegrind.yml
vendored
|
@ -65,7 +65,7 @@ jobs:
|
|||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
token: "${{ secrets.BENCH_GITHUB_TOKEN }}"
|
||||
path: "./gh-pages"
|
||||
path: "../gh-pages"
|
||||
|
||||
- name: Navigate into gh-pages directory
|
||||
run: cd gh-pages
|
||||
|
|
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
|||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
path: "./gh-pages"
|
||||
path: "../gh-pages"
|
||||
|
||||
- name: Checkout benchmark results (gh-pages)
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue