Skip to content

Commit

Permalink
Fixes errors in gh-pages docs recipe # 2
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanChernyshov committed Sep 22, 2024
1 parent c633fb2 commit c5835a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
sudo apt-get install pandoc
pip install -r ./docs/requirements.txt
- name: Sphinx build
run: | # sphinx-build doc _build
Expand Down

0 comments on commit c5835a1

Please sign in to comment.