Skip to content

feat: animate height of DiffResultList #28

feat: animate height of DiffResultList

feat: animate height of DiffResultList #28

Workflow file for this run

name: deploy
on:
workflow_dispatch:
push:
branches: ['main']
paths-ignore:
- 'README.md'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- uses: pnpm/action-setup@v4
with:
version: 10
- run: pnpm install
- run: pnpm build
- uses: nwtgck/actions-netlify@v3
with:
publish-dir: ./web/dist
production-branch: main
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy from GitHub Actions'
enable-pull-request-comment: false
enable-commit-comment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}