Debug WIP: Updated checkout path

This commit is contained in:
Allan Jeremy 2022-05-25 11:36:57 +03:00
parent 66cd80ef49
commit 768757bbb5
2 changed files with 2 additions and 2 deletions

View file

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

View file

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