File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 2727 steps :
2828 - uses : actions/checkout@v5
2929
30+ - name : Setup Node.js
31+ uses : actions/setup-node@v4
32+ with :
33+ node-version : ' 22'
34+
35+ - name : Install mystmd
36+ run : npm install mystmd
37+
3038 - name : Setup Python
3139 uses : actions/setup-python@v6
3240 with :
6270 git rm --cached -r .
6371 git add --pathspec-from-file=deployed_notebooks_manifest.in --force
6472 git commit -m "Deploy notebooks for commit ${gith}"
65- git push origin deployed_notebooks --force
73+ git push origin deployed_notebooks --force
Original file line number Diff line number Diff line change 6565 steps :
6666 - uses : actions/checkout@v5
6767
68+ - name : Setup Node.js
69+ uses : actions/setup-node@v4
70+ with :
71+ node-version : ' 22'
72+
73+ - name : Install mystmd
74+ run : npm install mystmd
75+
6876 - name : Setup Python
6977 uses : actions/setup-python@v6
7078 with :
You can’t perform that action at this time.
0 commit comments