Skip to content

chore(deps): update actions/checkout action to v4.2.1 (#970) #681

chore(deps): update actions/checkout action to v4.2.1 (#970)

chore(deps): update actions/checkout action to v4.2.1 (#970) #681

Workflow file for this run

name: Deploy demo
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: npm run build:demo
- 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