Skip to content

Commit 997b032

Browse files
debug build
1 parent 997f121 commit 997b032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ 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
41+
- name: Display myst build log for debugging
42+
run: cat book/_build/logs/myst.build.json
4343

4444
- name: Upload artifact for deployment
4545
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)