Printing root dir before actually creating a new one

This commit is contained in:
Allan Jeremy 2022-05-19 15:25:48 +03:00
parent 3545cc8bdf
commit b1399cf52e

View file

@ -49,7 +49,7 @@ jobs:
run: python bench/bench.py | tee ${{ matrix.bench.script }}-output.txt 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 - 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 - name: Switch to & checkout gh-pages repo
uses: actions/checkout@v3 uses: actions/checkout@v3