Skip to content

chore: update codecov/codecov-action action to v5 (#817) #746

chore: update codecov/codecov-action action to v5 (#817)

chore: update codecov/codecov-action action to v5 (#817) #746

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