File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353
5454 - name : install mkdocs deps
5555 run : |
56- pip install jinja2 Pygments mkdocs mkdocs-same-dir mkdocs-minify-plugin mkdocs-redirects mkdocs-exclude mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin mkdocs-with-pdf beautifulsoup4==4.9.3 cairosvg pillow mkdocs-rss-plugin mkdocs-timetoread-plugin tzdata lxml mkdocs-glightbox
56+ pip install jinja2 Pygments mkdocs mkdocs-same-dir mkdocs-minify-plugin mkdocs-redirects mkdocs-exclude mkdocs-git-committers-plugin-2 mkdocs-git-revision-date-localized-plugin mkdocs-with-pdf beautifulsoup4==4.9.3 cairosvg pillow mkdocs-rss-plugin mkdocs-timetoread-plugin tzdata lxml mkdocs-glightbox mkdocs-revealjs
5757 npm install
5858
5959 - name : install squidfunk mkdocs material
Original file line number Diff line number Diff line change @@ -241,7 +241,6 @@ plugins:
241241 - git-committers :
242242 repository : InfiniBrains/Awesome-GameDev-Resources
243243 branch : main
244- enabled : !ENV [CI, false]
245244 docs_path : ./
246245 cache_dir : /tmp/cache/awesome-gamedev-resources
247246# - git-authors
@@ -250,7 +249,6 @@ plugins:
250249 fallback_to_build_date : true
251250 locale : en
252251 timezone : America/New_York
253- enabled : !ENV [CI, false]
254252 - same-dir
255253 - search :
256254 separator : ' [\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
You can’t perform that action at this time.
0 commit comments