From 6ed52bd35bc288c9744765ef0a941b858ea2f5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:12:57 +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.4.3. - [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.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... 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..5d01368 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.4.3 with : branch : new-site # action 应该部署到的分支 folder : site_docs # 操作应该部署的文件夹