Skip to content

Commit

Permalink
build(website): use mdbook-admonish v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 9, 2023
1 parent 7ec7e22 commit 33eb09c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 92 deletions.
6 changes: 3 additions & 3 deletions .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.0"
VERSION: "v2.0.1"
TARGET: "mdbook-catppuccin-x86_64-unknown-linux-gnu"

- name: Download mdbook-admonish
Expand All @@ -32,8 +32,8 @@ jobs:
curl -sSL https://github.com/tommilligan/mdbook-admonish/releases/download/${{ env.VERSION }}/${{ env.TARGET }}.tar.gz | tar -xz --directory=${{ env.TARGET }}
echo `pwd`/${{ env.TARGET }} >> $GITHUB_PATH
env:
VERSION: "v1.12.0"
TARGET: "mdbook-admonish-v1.12.0-x86_64-unknown-linux-gnu"
VERSION: "v1.13.0"
TARGET: "mdbook-admonish-v1.13.0-x86_64-unknown-linux-gnu"

- name: Build mdBook
run: |
Expand Down
4 changes: 2 additions & 2 deletions example/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ title = "Catppuccin's mdBook"
[preprocessor]

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

[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "2.0.2" # do not edit: managed by `mdbook-admonish install`
assets_version = "3.0.0" # do not edit: managed by `mdbook-admonish install`

[output.html]
default-theme = "mocha"
Expand Down
Loading

0 comments on commit 33eb09c

Please sign in to comment.