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 e1ea5a2 commit 64b3de1Copy full SHA for 64b3de1
.github/workflows/deploy.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Install Python dependencies
44
run: pip install -r requirements.txt
45
- name: Build HTML Assets
46
- run: myst build --html
+ run: myst build --html --execute
47
# Only expose secrets here
48
env:
49
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
0 commit comments