Skip to content

chore: update dependency @taiga-ui/editor to v4.17.0 (#700) #725

chore: update dependency @taiga-ui/editor to v4.17.0 (#700)

chore: update dependency @taiga-ui/editor to v4.17.0 (#700) #725

Workflow file for this run

name: 🚀 Deploy
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/variables@v1.97.0
- uses: taiga-family/ci/actions/setup/node@v1.97.0
- run: npx nx build demo --base-href /preview-landing-components/
- uses: taiga-family/ci/actions/deploy/github-pages@v1.97.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/demo/browser
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true