Skip to content

Commit

Permalink
ACTION TEST: Update deploy.yml
Browse files Browse the repository at this point in the history
ワークフローを修正
  • Loading branch information
Seasawher authored Sep 4, 2023
1 parent 3dc293f commit bec9b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup mdbook-katex
uses: magicgh/mdbook-katex-action@v1
with:
version: '0.4.30'
version: 'latest'

- run: mdbook build

Expand All @@ -35,4 +35,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
publish_branch: gh-pages
publish_branch: gh-pages

0 comments on commit bec9b19

Please sign in to comment.