From 45867e46b8aa33c5d4533f3385ca3db4d385b975 Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 21 Sep 2023 15:12:51 +0400 Subject: [PATCH] ci: fix deploy --- .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 03e2b9d5c..5ddf31755 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: submodules: recursive - uses: taiga-family/ci/actions/variables@1.13.0 - uses: taiga-family/ci/actions/setup-node@1.13.0 - - run: npx nx build-gh-pages demo + - run: npx nx build-gh-pages editor-demo - uses: taiga-family/ci/actions/setup-deploy@1.13.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}