From 3c153d420bce50e4dc35f1f40be1757e513e7b4a Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:45:42 +0300 Subject: [PATCH] chore: update jamesives/github-pages-deploy-action action to v4.7.0 (#1034) --- .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 1ff45905..3d4ef237 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.100.0 - run: npx nx build-gh-pages demo - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} branch: gh-pages