Skip to content

Commit

Permalink
Merge pull request analogdevicesinc#145 from analogdevicesinc/fix-deploy
Browse files Browse the repository at this point in the history
Fix github actions deploy stage
  • Loading branch information
tfcollins authored Nov 20, 2020
2 parents ede4c91 + 6850229 commit 7a5af49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ jobs:
bash ./.github/scripts/install_libiio.sh
bash ./.github/scripts/install_pydeps.sh
pip install -r requirements_doc.txt
pip install setuptools wheel twine
- name: Build doc
- name: Build doc and release
run: |
cd doc && make html
cd ..
python setup.py sdist
- name: Publish doc
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7a5af49

Please sign in to comment.