From 768757bbb5e0cb2f2f189059da98fe34b465b598 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 11:36:57 +0300 Subject: [PATCH] Debug WIP: Updated checkout path --- .github/workflows/benchmark-cachegrind.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 1aa77e11..5f17a0af 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -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 diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 667bf316..37906216 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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: |