Skip to content

Commit

Permalink
build(website): build on mdbook v0.4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham committed Oct 8, 2023
1 parent c17ef71 commit 97f7eb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "0.4.34"
mdbook-version: "0.4.35"

- name: Download mdbook-catppuccin
run: |
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: "v1.2.0"
VERSION: "v2.0.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 = "1.2.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
assets_version = "2.0.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`

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

0 comments on commit 97f7eb0

Please sign in to comment.