Skip to content

chore: update nx to v20.0.7 (#987) #885

chore: update nx to v20.0.7 (#987)

chore: update nx to v20.0.7 (#987) #885

Workflow file for this run

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