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 5c5dcd6 commit 8069e10
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ jobs:
architecture: 'x64'
- name: Install dependencies
run: |
pip2 -V
pip3 -V
# curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
# sudo python2 get-pip.py
# pip2 install sphinx sphinx-rtd-theme
# pip3 install sphinx sphinx-rtd-theme
curl https://bootstrap.pypa.io/get-pip.py --output get-pip.py
sudo python2 get-pip.py
pip2 install sphinx sphinx-rtd-theme
pip3 install sphinx sphinx-rtd-theme
- name: Build documentation
working-directory: ${{env.working-directory}}
run: python3 sphinx_rst_generator.py
Expand Down

0 comments on commit 8069e10

Please sign in to comment.