Skip to content

chore(deps): update taiga-family/ci action to v1.93.1 (#1755) #778

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

chore(deps): update taiga-family/ci action to v1.93.1 (#1755) #778

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