Skip to content

Commit b329d71

Browse files
author
Murilo M. Marinho
committed
GithubActions debug
1 parent a833ec3 commit b329d71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/notebook_to_html.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Install dependencies and build page
3030
run: |
3131
python -m pip install jupyter-book --pre
32-
python3 -m jupyter book build --all --execute
32+
python -m jupyter book build --all --execute
33+
ls -lah
3334
cp -r _build/html website
3435
3536
- name: Setup git name

0 commit comments

Comments
 (0)