From 5d6e6c6365d273f62eae3b5c5bf6514f53130709 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Oct 2022 22:10:04 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.4.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f6715d1..2ac63510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: yarn run doc - name: Deploy TSDoc to GitHub Pages if: startsWith(github.ref, 'refs/heads/master') - uses: JamesIves/github-pages-deploy-action@v4.4.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages folder: documentation