From bec9b1904f651c2a858f0d9adc2160787a204642 Mon Sep 17 00:00:00 2001 From: Kitamado <47292598+Seasawher@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:27:53 +0900 Subject: [PATCH] ACTION TEST: Update deploy.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ワークフローを修正 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 535bdc0..9f7358b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -35,4 +35,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./book - publish_branch: gh-pages \ No newline at end of file + publish_branch: gh-pages