Skip to content

Commit

Permalink
mkdocs fix (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Dec 18, 2024
1 parent c961d08 commit bb1beff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
with:
poetry-version: ${{ env.POETRY_VERSION }}
- run: poetry lock --no-update && poetry install
- name: Install polars-bio
run: pip install polars-bio
- name: Deploy docs
run: mkdocs gh-deploy --remote-branch gh-pages -f mkdocs.yml --verbose
run: python3 -m mkdocs gh-deploy --remote-branch gh-pages -f mkdocs.yml --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bb1beff

Please sign in to comment.