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 7beef38 commit 343df11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
python-version: '3.9'
architecture: 'x64'
- name: Install dependencies
run: |
python2 -m pip install --upgrade pip
pip2 install -r requiremnts.txt
python3 -m pip install --upgrade pip
pip3 install -r requiremnts.txt
- name: Build documentation
working-directory: ${{env.working-directory}}
run: python3 sphinx_rst_generator.py
Expand Down

0 comments on commit 343df11

Please sign in to comment.