Skip to content

Commit e2cc13a

Browse files
authored
Change pwd command to ls -shl in workflow
1 parent 4b6a5c3 commit e2cc13a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Validate Jupyter Book Source
2828
run: |
29-
pwd
29+
ls -shl
3030
3131
# Build the book
3232
- name: Build the book

0 commit comments

Comments
 (0)