From 7c14363cc4d0adef3aac5449a6ee9c1f2c174eda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:04:02 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.6.5 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fbee0a2..c0c8553 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,7 +30,7 @@ jobs: args: build docs/docfx.json - name: Deploy Docs - uses: JamesIves/github-pages-deploy-action@v4.4.3 + uses: JamesIves/github-pages-deploy-action@v4.6.5 with: branch: gh-pages folder: site/html