Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Feb 16, 2024
1 parent 56ac8bc commit a43049e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser nbsphinx jupyter nbconvert
Expand Down

0 comments on commit a43049e

Please sign in to comment.