From fbab5e9de7fe9337707c0daddc34da460fc60b00 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 16:14:21 +0300 Subject: [PATCH] Debug: Print parent directory Trying to understand the parent directory's structure --- .github/workflows/benchmark.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 75a1e642..5051bccb 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,6 +48,9 @@ jobs: - name: Run benchmark run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt + - name: Print parent directory + run: cd .. && ls + - name: Cd 1 level up and create gh-pages dir then cd into it run: ls && cd .. && mkdir gh-pages && cd gh-pages && pwd && ls