Skip to content

chore(deps): update taiga-family/ci action to v1.87.0 (#1707) #739

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

chore(deps): update taiga-family/ci action to v1.87.0 (#1707) #739

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