Skip to content

Commit

Permalink
Update material insiders version to latest version (#1430)
Browse files Browse the repository at this point in the history
* Update material insiders version to latest version

* Setting GITHUB_TOKEN for insiders workflow

* Manually updated lock file.

* Rebased and updated material insiders.

---------

Co-authored-by: dmundra <[email protected]>
Co-authored-by: Daniel Mundra <[email protected]>
Co-authored-by: Daniel Mundra <[email protected]>
  • Loading branch information
4 people authored Oct 17, 2024
1 parent 5a4569b commit 956014f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .config/mkdocs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .config/mkdocs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
mkdocs-material = {git = "https://github.com/squidfunk/mkdocs-material-insiders.git", rev = "9.5.28-insiders-4.53.11"}
mkdocs-material = {git = "https://github.com/squidfunk/mkdocs-material-insiders.git", rev = "9.5.39-insiders-4.53.14"}
mkdocs-git-revision-date-localized-plugin = "^1.2.9"
pymdown-extensions = "^10.11"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/material-insiders-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: ./.config/mkdocs/check-material-insiders-version.sh
- name: Create pull request if there is a new version
uses: peter-evans/create-pull-request@v7
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
commit-message: Update material insiders version to latest version
title: Update material insiders version to latest version
Expand Down

0 comments on commit 956014f

Please sign in to comment.