Skip to content

Commit 601c2ac

Browse files
committed
adopt latest version of myst-to-pages.yml
1 parent 3ad3ff5 commit 601c2ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/myst-to-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
uses: actions/checkout@v4
4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 22
46+
node-version: 24
4747
- name: Install MyST Markdown
4848
run: npm install -g mystmd
4949
- name: Install requirements.txt
50-
run: pip install -r requirements.txt
50+
run: "if [ -f requirements.txt ]; then pip install -r requirements.txt; fi"
5151
- name: Setup Graphviz
5252
uses: ts-graphviz/setup-graphviz@v2
5353
- name: Build HTML Assets

0 commit comments

Comments
 (0)