Skip to content

Commit

Permalink
Merge pull request #70 from opendatahub-io-contrib/update
Browse files Browse the repository at this point in the history
mkdocs material update and fixes
  • Loading branch information
guimou authored Apr 3, 2024
2 parents 1744fc6 + 06fa8a0 commit 85ccae3
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material~=9.4.6 cairosvg~=2.7.1 pillow~=10.1.0
- run: pip install mkdocs-material~=9.5.17 cairosvg~=2.7.1 pillow~=10.3.0
- run: mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install mkdocs-material~=9.4.6 cairosvg~=2.7.1 pillow~=10.1.0
- run: pip install mkdocs-material~=9.5.17 cairosvg~=2.7.1 pillow~=10.3.0
- run: mkdocs gh-deploy --force
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ verify_ssl = true

[packages]
cairosvg = "~=2.7.1"
mkdocs-material = "~=9.4.6"
pillow = "~=10.1.0"
mkdocs-material = "~=9.5.17"
pillow = "~=10.3.0"

[requires]
python_version = "3.9"
Loading

0 comments on commit 85ccae3

Please sign in to comment.