From 69277be7089d671a1f5e32d946fead204d2039ad Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:37:30 +0300 Subject: [PATCH] chore: update jamesives/github-pages-deploy-action action to v4.7.2 (#1041) --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2eb8d679..f7ed71b2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.101.0 - run: npx nx build-gh-pages demo - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} branch: gh-pages