Debug WIP: Creating gh-pages in runner default directory (benchmark.yml)

This commit is contained in:
Allan Jeremy 2022-05-25 11:55:26 +03:00
parent aafb47ab1a
commit 08137a92b5

View file

@ -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