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 3ad3ff5 commit 601c2acCopy full SHA for 601c2ac
.github/workflows/myst-to-pages.yml
@@ -43,11 +43,11 @@ jobs:
43
uses: actions/checkout@v4
44
- uses: actions/setup-node@v4
45
with:
46
- node-version: 22
+ node-version: 24
47
- name: Install MyST Markdown
48
run: npm install -g mystmd
49
- name: Install requirements.txt
50
- run: pip install -r requirements.txt
+ run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
51
- name: Setup Graphviz
52
uses: ts-graphviz/setup-graphviz@v2
53
- name: Build HTML Assets
0 commit comments