Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
mdbook のバージョンをlatest にする
mdbook-katex のactionを利用しない
  • Loading branch information
Seasawher authored Sep 5, 2023
1 parent 1c31aa6 commit 5b0b1c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "0.4.30"
# mdbook-version: 'latest'

- name: Setup mdbook-katex
uses: magicgh/mdbook-katex-action@v1
with:
version: 'latest'
mdbook-version: 'latest'

- run: mdbook build

Expand Down

0 comments on commit 5b0b1c1

Please sign in to comment.