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