From 2a60c4aa55f746b5bcbb1edc51d6a30728c333d5 Mon Sep 17 00:00:00 2001 From: null Date: Thu, 28 Nov 2024 15:26:54 +0000 Subject: [PATCH] chore: update jamesives/github-pages-deploy-action action to v4.7.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 6d077fd28..6543c421c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.100.0 - uses: taiga-family/ci/actions/setup/node@v1.100.0 - run: npx nx build-gh-pages - - uses: JamesIves/github-pages-deploy-action@v4.7.0 + - uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages folder: dist/demo/browser