Skip to content

chore(deps-dev): bump type-fest from 4.31.0 to 4.32.0 (#392) #617

chore(deps-dev): bump type-fest from 4.31.0 to 4.32.0 (#392)

chore(deps-dev): bump type-fest from 4.31.0 to 4.32.0 (#392) #617

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