We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9295a91 commit b91e772Copy full SHA for b91e772
1 file changed
.github/workflows/ci.yml
@@ -100,3 +100,13 @@ jobs:
100
101
- name: Build static site
102
run: pixi run build
103
+
104
+ myst_build:
105
+ name: Build and execute static site with myst
106
+ runs-on: ubuntu-latest
107
+ steps:
108
+ - uses: actions/checkout@v4
109
+ - name: Setup environment
110
+ run: pip install -r requirements.txt
111
+ - name: Build site with execution
112
+ run: myst build --execute
0 commit comments