Skip to content

Commit

Permalink
site packages
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Oct 7, 2024
1 parent b64c138 commit fa49d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
- name: Download ffi
run: |
source venv/bin/activate
python -m pip install requests && python $(python -m site --user-site)/livekit-rtc/rust-sdks/download_ffi.py --output $(python -m site --user-site)/livekit/rtc/resources
SITE_PACKAGES=$(python -c "import site; print(site.getsitepackages()[0])")
python -m pip install requests && python $SITE_PACKAGES/livekit-rtc/rust-sdks/download_ffi.py --output $SITE_PACKAGES/livekit/rtc/resources
- name: Build Docs
run: |
Expand Down

0 comments on commit fa49d7b

Please sign in to comment.