From aafb47ab1ac51d03a5923ce68acd1e2b4550cc65 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 11:48:13 +0300 Subject: [PATCH] Debug WIP: Creating gh-pages in runner default directory --- .github/workflows/benchmark-cachegrind.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index 5f17a0af..5fc776b1 100644 --- a/.github/workflows/benchmark-cachegrind.yml +++ b/.github/workflows/benchmark-cachegrind.yml @@ -57,7 +57,7 @@ jobs: run: sudo bash ./scripts/run-with-cachegrind.sh python ./bench/bench.py "${{ matrix.bench.cachegrindTitle }}" ${{ matrix.bench.cachegrindIterCount }} | tee -a ${{ 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 @@ -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 @@ -78,9 +78,6 @@ jobs: git pull git status - - 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