Skip to content

Commit

Permalink
now though
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrSheldon committed Nov 21, 2023
1 parent e3dc96f commit a62a587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
uses: actions/checkout@v3
- name: Install Dependencies
run: |
sudo apt-get install -y python3-sphinx furo
sudo apt-get install -y python3-pip
pip install sphinx furo
cd python-client/sphinx
sphinx-apidoc -o . ../tira
make html
Expand Down

0 comments on commit a62a587

Please sign in to comment.