Skip to content

Commit

Permalink
OPT: bump mkdocs-material πŸ§‘β€πŸ’»
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenein committed Dec 7, 2023
1 parent 2dc6d31 commit a166fd3
Show file tree
Hide file tree
Showing 6 changed files with 245 additions and 234 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
uses: actions/cache@v3
with:
path: |
.cache
.mypy_cache
.pytest_cache
.ruff_cache
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: "πŸ—ƒ Cache"
if: success() || failure()
uses: actions/cache@v3
with:
path: .cache

- uses: actions/checkout@v4
name: "πŸ“₯ Checkout"
with:
Expand Down
7 changes: 7 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ theme:
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to system theme
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
Expand Down Expand Up @@ -81,6 +85,9 @@ plugins:
- search:
lang: en
- social
- git-committers:
repository: kpn/cachetory
branch: main

markdown_extensions:
- admonition
Expand Down
Loading

0 comments on commit a166fd3

Please sign in to comment.