Skip to content

Commit

Permalink
Added poetry to build the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisgKent committed Jun 25, 2024
1 parent 21c01b9 commit b96b734
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install typer
- run: typer bed2idt/main.py utils docs > docs/cli.md
- run: mkdocs gh-deploy --force
- name: Install dependencies
uses: abatilo/actions-poetry@v2
- name: Install with poetry
run: poetry install --with docs
- name: Build docs
run: typer bed2idt/main.py utils docs > docs/cli.md && mkdocs gh-deploy --force

0 comments on commit b96b734

Please sign in to comment.