mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP: Creating gh-pages in runner default directory (benchmark.yml)
This commit is contained in:
parent
aafb47ab1a
commit
08137a92b5
1 changed files with 2 additions and 8 deletions
10
.github/workflows/benchmark.yml
vendored
10
.github/workflows/benchmark.yml
vendored
|
@ -49,14 +49,14 @@ jobs:
|
|||
python bench/bench.py | tee ../${{ matrix.bench.script }}-output.txt
|
||||
|
||||
- name: Navigate to root dir then create gh-pages directory
|
||||
run: cd .. && mkdir gh-pages
|
||||
run: mkdir gh-pages
|
||||
|
||||
- name: Switch to & checkout benchmark results (gh-pages) repo
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: AllanJeremy/luau-benchmark-results
|
||||
ref: "main"
|
||||
path: "../gh-pages"
|
||||
path: "./gh-pages"
|
||||
|
||||
- name: Checkout benchmark results (gh-pages)
|
||||
run: |
|
||||
|
@ -66,12 +66,6 @@ jobs:
|
|||
git pull
|
||||
git status
|
||||
|
||||
- name: Navigate into gh-pages directory
|
||||
run: cd gh-pages
|
||||
|
||||
- name: Navigate back to luau before checking out original repo
|
||||
run: cd ..
|
||||
|
||||
#Run `github-action-benchmark` action
|
||||
- name: Store ${{ matrix.bench.title }} result
|
||||
uses: Roblox/rhysd-github-action-benchmark@v-luau
|
||||
|
|
Loading…
Add table
Reference in a new issue