Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit e41101b

Browse files
committed
CD: Add presentations to gh-pages deployment package
1 parent 8e5c195 commit e41101b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ jobs:
3636
with:
3737
submodules: true
3838

39-
- name: Setup Python
39+
- name: Set up Python
4040
uses: actions/setup-python@v4
4141

42+
- name: Set up NodeJS
43+
uses: actions/setup-node@v4
44+
4245
- name: Install dependencies
4346
run: |
4447
pip install -r requirements.txt
48+
npm install
4549
4650
- name: Build documents
4751
run: |

0 commit comments

Comments
 (0)