Skip to content

chore(deps): update taiga-family/ci action to v1.87.5 (#1717) #748

chore(deps): update taiga-family/ci action to v1.87.5 (#1717)

chore(deps): update taiga-family/ci action to v1.87.5 (#1717) #748

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/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.5
- uses: taiga-family/ci/actions/setup/node@v1.87.5
- run: npx nx build-gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.6.6
with:
branch: gh-pages
folder: dist/demo/browser
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true