From ab6154dcc40ac2583008012a3ef59b35a58f2423 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 27 Sep 2024 17:22:33 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.6 --- .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 82fa44b32..52273a31d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.87.3 - uses: taiga-family/ci/actions/setup/node@v1.87.3 - run: npx nx build-gh-pages - - uses: JamesIves/github-pages-deploy-action@v4.6.5 + - uses: JamesIves/github-pages-deploy-action@v4.6.6 with: branch: gh-pages folder: dist/demo/browser