Skip to content

Commit 744a7fa

Browse files
committed
Corrected workflow to correct syntax highlighting
1 parent 6881ccf commit 744a7fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ jobs:
2121
run: |
2222
sudo apt-get update
2323
sudo apt-get install -y pandoc
24-
24+
2525
- name: Install dependencies
2626
run: |
2727
pip install .
2828
pip install sphinx
2929
pip install nbsphinx
30+
pip install pygments ipython --upgrade
3031
3132
- name: Build documentation
3233
run: |

0 commit comments

Comments
 (0)