Skip to content

chore: update dependency @types/react-dom to v19.1.8 (#1379) #1268

chore: update dependency @types/react-dom to v19.1.8 (#1379)

chore: update dependency @types/react-dom to v19.1.8 (#1379) #1268

Workflow file for this run

name: 🚀 Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.3.0
- uses: taiga-family/ci/actions/setup/node@v1.150.0
- run: npx nx build-gh-pages demo
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.3
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
branch: gh-pages
folder: dist/demo
silent: false
clean: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true