From 82310b1b95ddf3c80d41e322c0175ba457199937 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 23 Apr 2022 22:12:55 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.3.2 --- .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 0edaadf2..58f3da26 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.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.2 with: branch: gh-pages folder: book/book