Debug WIP: Priinting root dir

This commit is contained in:
Allan Jeremy 2022-05-24 20:01:30 +03:00
parent 0056dc9267
commit d003dc1616

View file

@ -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