From 8498b54a70094fa5eaa02caca1af2da7e84121b4 Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Sun, 12 May 2024 14:08:32 +0800 Subject: [PATCH] ci: update workflows config. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03aa935..ebcc497 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: EOF - - run: npm install idoc@1.27.2 -g + - run: npm install idoc@1 -g - run: idoc - name: gh-pages README.md working-directory: dist @@ -129,7 +129,7 @@ jobs: uses: jaywcjlove/changelog-generator@main - name: Deploy - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: commit_message: ${{steps.tag_version.outputs.tag}} ${{ github.event.head_commit.message }} github_token: ${{ secrets.GITHUB_TOKEN }}