Skip to content

Commit

Permalink
workflows: fix missing path
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 4, 2020
1 parent 2d279be commit 105cddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Create docs
run: |
export PATH=$PATH:$HOME/.local/bin
make -C mavsdk html
- name: Upload to PyPi
Expand All @@ -64,6 +65,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
if: startsWith(github.ref, 'refs/tags/')
run: |
export PATH=$PATH:$HOME/.local/bin
other/tools/upload_docs.sh
Expand Down

0 comments on commit 105cddc

Please sign in to comment.