Skip to content

chore: update taiga-family/ci action to v1.102.0 (#816) #745

chore: update taiga-family/ci action to v1.102.0 (#816)

chore: update taiga-family/ci action to v1.102.0 (#816) #745

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]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx run demo:build-gh-pages
- uses: taiga-family/ci/actions/deploy/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true