Skip to content

Commit def5135

Browse files
committed
Changes to doc action
1 parent 042d1b5 commit def5135

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ jobs:
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27-
- name: Install dependencies
28-
uses: abatilo/actions-poetry@v2
29-
with:
30-
poetry-version: 1.7.1
31-
- name: Install with poetry
32-
run: poetry install --with docs
33-
- name: Build docs
34-
run: poetry shell && typer bed2idt/main.py utils docs > docs/cli.md && mkdocs gh-deploy --force
27+
- run: pip install .
28+
- run: pip install typer
29+
- run: pip install mkdocs-material
30+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)