Skip to content

Commit

Permalink
chore: Poetry fix for GH pages (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Dec 18, 2024
1 parent d873534 commit c961d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: abatilo/actions-poetry@v2
with:
poetry-version: ${{ env.POETRY_VERSION }}
- run: poetry install
- run: poetry lock --no-update && poetry install
- name: Deploy docs
run: mkdocs gh-deploy --remote-branch gh-pages -f mkdocs.yml --verbose
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: Build, test, and publish to PyPI

on:
push:
Expand Down

0 comments on commit c961d08

Please sign in to comment.