diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 557e37a0..a5d3a400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run lint - run: npm run prettier -- --check - - run: npx nx build demo --skip-nx-cache + - run: npx nx build demo concurrency: group: ci-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 96f396f9..6c44fc29 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 - uses: taiga-family/ci/actions/setup/variables@v1.44.5 - uses: taiga-family/ci/actions/setup/node@v1.44.5 - - run: npx nx build demo + - run: npx nx build demo --base-href /preview-landing-components/ - uses: taiga-family/ci/actions/deploy/github-pages@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}