From b6cc85d7d8608def78a924671607d7ee5eec8ce2 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Sat, 18 May 2024 15:30:52 +0300 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.1 (#1260) --- .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 9dfbfdb52..1355643d9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.57.1 - uses: taiga-family/ci/actions/setup/node@v1.57.1 - run: npx nx build-gh-pages - - uses: JamesIves/github-pages-deploy-action@v4.6.0 + - uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages folder: dist/demo/browser