We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997f121 commit 997b032Copy full SHA for 997b032
.github/workflows/main.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Build HTML assets
39
run: myst build book/myst.yml --html # It's good practice to specify the config file
40
41
- - name: List build output
42
- run: ls -R book
+ - name: Display myst build log for debugging
+ run: cat book/_build/logs/myst.build.json
43
44
- name: Upload artifact for deployment
45
uses: actions/upload-pages-artifact@v3
0 commit comments