From 5e14a75a12ff9c4dfc75d5731c0abbd562f0242a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 15:31:25 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.2.5 --- .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 a133d6cb..df3b5c1b 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.3 + uses: JamesIves/github-pages-deploy-action@v4.2.5 with: branch: gh-pages folder: book/book