From e369a4ee3d095e676e47112cfda6d954a0d0b500 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 17:07:22 +0300 Subject: [PATCH] Debugging WIP --- .github/workflows/benchmark.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index b7df5b7f..079e2d7e 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,15 +48,14 @@ jobs: - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt + - run: cd .. && mkdir gh-pages && cd gh-pages + + # in gh-pages directory - name: Switch to & checkout gh-pages repo uses: actions/checkout@v3 with: repository: AllanJeremy/luau-benchmark-results ref: "main" - path: "../gh-pages" - - - name: Cd into gh-pages - run: cd ../gh-pages - name: Checkout gh-pages run: | @@ -66,8 +65,8 @@ jobs: git pull git status - - name: Print parent directory - run: cd .. && pwd && ls + # Switch back to luau directory + - run: cd ../luau #Run `github-action-benchmark` action - name: Store ${{ matrix.bench.title }} result