From d003dc1616dd51a8a9d0040efd275bf5fe3056e2 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Tue, 24 May 2022 20:01:30 +0300 Subject: [PATCH] Debug WIP: Priinting root dir --- .github/workflows/benchmark-cachegrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-cachegrind.yml b/.github/workflows/benchmark-cachegrind.yml index d667255e..a3d86506 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, create gh-pages dir then navigate into it - run: cd .. && mkdir gh-pages && cd gh-pages && pwd + run: cd .. && ls && ls gh-pages && mkdir gh-pages && cd gh-pages && pwd - name: Switch to & checkout gh-pages repo uses: actions/checkout@v3