Skip to content

Commit

Permalink
TriBITSPub#386: - setting up github action
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jul 1, 2021
1 parent 3b605de commit 06ba12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python3 -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
pip2 install sphinx sphinx-rtd-theme
pip2 install docutils
pip3 install sphinx sphinx-rtd-theme
- name: Build documentation
working-directory: ${{env.working-directory}}
Expand Down

0 comments on commit 06ba12d

Please sign in to comment.