Skip to content

fix(angular): race condition when [maskitoOptions] are changed befo… #728

fix(angular): race condition when [maskitoOptions] are changed befo…

fix(angular): race condition when [maskitoOptions] are changed befo… #728

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.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.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