From 3a4936324c7acc319a556c2a3b45fe0be3152b25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:14:50 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.7.2 --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index efc397c..2272bd9 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -28,5 +28,5 @@ jobs: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: { name: docs, path: docs/site } - - uses: JamesIves/github-pages-deploy-action@v4.7.1 + - uses: JamesIves/github-pages-deploy-action@v4.7.2 with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }