Skip to content

chore: update codecov/codecov-action action to v5.1.1 (#1890) #899

chore: update codecov/codecov-action action to v5.1.1 (#1890)

chore: update codecov/codecov-action action to v5.1.1 (#1890) #899

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/demo/browser
silent: false
clean: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true