We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042d1b5 commit def5135Copy full SHA for def5135
.github/workflows/docs.yml
@@ -24,11 +24,7 @@ jobs:
24
path: .cache
25
restore-keys: |
26
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
+ - run: pip install .
+ - run: pip install typer
+ - run: pip install mkdocs-material
+ - run: mkdocs gh-deploy --force
0 commit comments