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

Commit 832faa7

Browse files
committed
Updated pages deployment workflow
1 parent 632fa4c commit 832faa7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v3
34+
with:
35+
submodules: true
3436
- name: Setup Python
3537
uses: actions/setup-python@v2
3638
- name: Install dependencies
3739
run: |
38-
pip install sphinx sphinx_rtd_theme myst_parser
40+
pip install -r requirements.txt
3941
- name: Build documents
4042
run: |
4143
LANGUAGE=en make html

0 commit comments

Comments
 (0)