Skip to content

Commit

Permalink
refactor(website): use mdbook-catppuccin v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Nov 11, 2023
1 parent 4c12c0e commit 72297cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -sSL https://github.com/catppuccin/mdBook/releases/download/${{ env.VERSION }}/${{ env.TARGET }}.tar.gz | tar -xz
echo `pwd`/${{ env.TARGET }} >> $GITHUB_PATH
env:
VERSION: "v2.0.1"
VERSION: "v2.1.0"
TARGET: "mdbook-catppuccin-x86_64-unknown-linux-gnu"

- name: Download mdbook-admonish
Expand Down
2 changes: 1 addition & 1 deletion example/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title = "Catppuccin's mdBook"
[preprocessor]

[preprocessor.catppuccin]
assets_version = "2.0.1" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`

[preprocessor.admonish]
command = "mdbook-admonish"
Expand Down

0 comments on commit 72297cc

Please sign in to comment.