Skip to content

chore: update dependency @taiga-ui/tsconfig to v0.234.0 (#341) #290

chore: update dependency @taiga-ui/tsconfig to v0.234.0 (#341)

chore: update dependency @taiga-ui/tsconfig to v0.234.0 (#341) #290

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages taiga-lumbermill
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/apps/taiga-lumbermill/browser
silent: false
clean: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true