Skip to content

Commit 997f121

Browse files
add workflow debug step
1 parent 3946e4d commit 997f121

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
- name: Build HTML assets
3939
run: myst build book/myst.yml --html # It's good practice to specify the config file
4040

41+
- name: List build output
42+
run: ls -R book
43+
4144
- name: Upload artifact for deployment
4245
uses: actions/upload-pages-artifact@v3
4346
with:

0 commit comments

Comments
 (0)