Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shner-elmo committed Jul 7, 2024
1 parent 71a4153 commit c8fb96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
python-version: '3.12'
- name: Run `pdoc` on current branch `master`/`live`
run: |
ls -la
TEMP_DOCS_DIR=$(mktemp -d)
curl -sSL https://install.python-poetry.org | python3 -
poetry install
ls -la
poetry run pdoc tradingview_screener/ -o $TEMP_DOCS_DIR
- uses: actions/checkout@v4
Expand Down

0 comments on commit c8fb96e

Please sign in to comment.