mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Printing root dir before actually creating a new one
This commit is contained in:
parent
3545cc8bdf
commit
b1399cf52e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue