Skip to content

Commit 64b3de1

Browse files
authored
Update .github/workflows/deploy.yml
1 parent e1ea5a2 commit 64b3de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install Python dependencies
4444
run: pip install -r requirements.txt
4545
- name: Build HTML Assets
46-
run: myst build --html
46+
run: myst build --html --execute
4747
# Only expose secrets here
4848
env:
4949
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

0 commit comments

Comments
 (0)