From 29453489f6c85aa39fdb3fd26a602e0d719727fd Mon Sep 17 00:00:00 2001 From: null Date: Sat, 9 Nov 2024 20:29:03 +0000 Subject: [PATCH] chore: update jamesives/github-pages-deploy-action action to v4.6.9 --- .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 5b1d1fdd..ec44d51a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - uses: taiga-family/ci/actions/setup/variables@v1.94.0 - uses: taiga-family/ci/actions/setup/node@v1.94.0 - run: npx nx build-gh-pages taiga-lumbermill - - uses: JamesIves/github-pages-deploy-action@v4.6.8 + - uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: dist/apps/taiga-lumbermill/browser