Skip to content

chore: update taiga-family/ci action to v1.100.0 (#1013) #719

chore: update taiga-family/ci action to v1.100.0 (#1013)

chore: update taiga-family/ci action to v1.100.0 (#1013) #719

Workflow file for this run

name: Deploy demo
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/variables@v1.100.0
- uses: taiga-family/ci/actions/setup/node@v1.100.0
- run: npm run build:demo
- uses: taiga-family/ci/actions/deploy/github-pages@v1.100.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true