Skip to content

Commit 105cddc

Browse files
committed
workflows: fix missing path
1 parent 2d279be commit 105cddc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
4747
- name: Create docs
4848
run: |
49+
export PATH=$PATH:$HOME/.local/bin
4950
make -C mavsdk html
5051
5152
- name: Upload to PyPi
@@ -64,6 +65,7 @@ jobs:
6465
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
6566
if: startsWith(github.ref, 'refs/tags/')
6667
run: |
68+
export PATH=$PATH:$HOME/.local/bin
6769
other/tools/upload_docs.sh
6870
6971

0 commit comments

Comments
 (0)