Skip to content

Commit

Permalink
update action to install recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirMardan committed Mar 27, 2024
1 parent 41a5dcb commit 5a289a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/configure-pages@v4
- name: Install dependencies
run: |
python -m pip install -U sphinx nbsphinx
python -m pip install -U sphinx nbsphinx recommonmark
python -m pip install sphinx-rtd-theme
- name: make the sphinx docs
run: |
Expand Down

0 comments on commit 5a289a8

Please sign in to comment.