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