Skip to content

Commit

Permalink
iterating
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent 9a91e51 commit 47b49db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
- name: Log Env
run: source venv/bin/activate && pip list

- name: List Files
run: ls venv/lib/python3.10/site-packages/livekit/rtc/resources

- name: List Files Up One
run: ls venv/lib/python3.10/site-packages

- name: Install pdoc
run: source venv/bin/activate && pip install --upgrade pdoc

Expand Down

0 comments on commit 47b49db

Please sign in to comment.