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

Commit ca7eb9d

Browse files
committed
Deploy to GitHub Pages
Added `myst_parser` to dependencies to install within build job.
1 parent cb863d5 commit ca7eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/setup-python@v2
3636
- name: Install dependencies
3737
run: |
38-
pip install sphinx sphinx_rtd_theme
38+
pip install sphinx sphinx_rtd_theme myst_parser
3939
- name: Build documents
4040
run: |
4141
LANGUAGE=en make html

0 commit comments

Comments
 (0)