We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f5fe4d commit 527054eCopy full SHA for 527054e
.github/workflows/website.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- run: curl https://raw.githubusercontent.com/repath-project/repath-studio/main/CHANGELOG.md > ./docs/roadmap/changelog.md
31
- run: curl https://raw.githubusercontent.com/repath-project/repath-studio/main/CONTRIBUTING.md > ./docs/contribute/CONTRIBUTING.md
32
- - run: pip install mkdocs-material=="9.5.31" "mkdocs-material[imaging]" mkdocs-glightbox
+ - run: pip install mkdocs-material=="9.5.30" "mkdocs-material[imaging]" mkdocs-glightbox
33
- run: mkdocs gh-deploy --clean --force
34
35
0 commit comments