Skip to content

Commit

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

0 comments on commit def5135

Please sign in to comment.