From 629ad2e973fc815bb000e92ae54b04361dc9c717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:03:50 +0000 Subject: [PATCH] github-actions: bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.7.2. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.2...v4.7.2) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sync-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 6fb1550..d0cd055 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -18,7 +18,7 @@ jobs: - run: npm i fs-extra --force - run: node scripts/copy-docs.js - name : Sync - uses : JamesIves/github-pages-deploy-action@v4.4.2 + uses : JamesIves/github-pages-deploy-action@v4.7.2 with : branch : new-site # action 应该部署到的分支 folder : site_docs # 操作应该部署的文件夹