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 f5cbfe4 commit 70efa37Copy full SHA for 70efa37
1 file changed
.github/workflows/build_html.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Build HTML Assets
38
run: |
39
cd docs/scripts
40
+ chmod +x pre_build.sh
41
./pre_build.sh
42
cd ..
43
myst build --html
0 commit comments