From b1399cf52e6c5883efddff1fe762680f7806beeb Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 15:25:48 +0300 Subject: [PATCH] Printing root dir before actually creating a new one --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9e8891e9..3c905fb3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -49,7 +49,7 @@ jobs: run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt - name: Cd 1 level up and create gh-pages dir then cd into it - run: cd .. && mkdir gh-pages && cd gh-pages && pwd && ls + run: ls && cd .. && mkdir gh-pages && cd gh-pages && pwd && ls - name: Switch to & checkout gh-pages repo uses: actions/checkout@v3