From 08137a92b56903ea645a33f6319be37a6ed40a77 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Wed, 25 May 2022 11:55:26 +0300 Subject: [PATCH] Debug WIP: Creating gh-pages in runner default directory (benchmark.yml) --- .github/workflows/benchmark.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 37906216..48793b89 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -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