From ef354f446fabf4cf5caa21204e41b2279165b12b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 4 Apr 2022 15:17:03 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.3.0 --- .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 5047c946..0edaadf2 100644 --- a/.github/workflows/publish-agb.yml +++ b/.github/workflows/publish-agb.yml @@ -49,7 +49,7 @@ jobs: - name: Build the book run: just build-book - name: Deploy the book - uses: JamesIves/github-pages-deploy-action@v4.2.5 + uses: JamesIves/github-pages-deploy-action@v4.3.0 with: branch: gh-pages folder: book/book