From dc6d51db86a6473c143898fe69c9d1e26327acea Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Jan 2022 14:30:51 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.2.3 --- .github/workflows/publish-agb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-agb.yml b/.github/workflows/publish-agb.yml index 776bae6d..a133d6cb 100644 --- a/.github/workflows/publish-agb.yml +++ b/.github/workflows/publish-agb.yml @@ -43,7 +43,7 @@ jobs: run: mdbook build working-directory: book - name: Deploy the book - uses: JamesIves/github-pages-deploy-action@v4.2.2 + uses: JamesIves/github-pages-deploy-action@v4.2.3 with: branch: gh-pages folder: book/book