From 6c1bb18c157422ecb592ad2bc2d1b0ef953bfabc Mon Sep 17 00:00:00 2001 From: null Date: Sat, 18 May 2024 12:16:01 +0000 Subject: [PATCH] chore(deps): update jamesives/github-pages-deploy-action action to v4.6.1 --- .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