From 09a90e95493c57888351fdeeedcfb586f94be2ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 5 Jan 2022 18:37:46 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.1.9 --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 80e73795ad5..11c6af00bc9 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -98,7 +98,7 @@ jobs: working-directory: docs/ - name: Deploy Github Pages - uses: JamesIves/github-pages-deploy-action@4.1.8 + uses: JamesIves/github-pages-deploy-action@4.1.9 with: branch: gh-pages folder: docs/_site/