Skip to content

Commit

Permalink
fix(CI/CD): fixed issues with docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Oct 24, 2023
1 parent beafcc6 commit 1661518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: 3.9
- run: pip install poetry
- run: poetry install --with=docs
- run: poetry run mkdocs gh-deploy --force
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ python = "^3.9"


[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.4.6"
mkdocstrings-python = "^1.7.3"
mkdocs-git-revision-date-localized-plugin = "^1.2.1"
mkdocs-material = "^9.4"
mkdocstrings-python = "^1.7"
mkdocs-git-revision-date-localized-plugin = "^1.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 1661518

Please sign in to comment.