Skip to content

chore(deps-dev): bump @types/react from 19.0.2 to 19.0.3 (#391) #613

chore(deps-dev): bump @types/react from 19.0.2 to 19.0.3 (#391)

chore(deps-dev): bump @types/react from 19.0.2 to 19.0.3 (#391) #613

Workflow file for this run

name: deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
registry-url: "https://registry.npmjs.org/"
- run: npm ci
- run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist