Skip to content

Commit f66517d

Browse files
committed
Add a myst-build job to ci workflows.
1 parent 84d6d5c commit f66517d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,13 @@ jobs:
100100

101101
- name: Build static site
102102
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

Comments
 (0)