Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.8.0 (#153) #87

chore(deps-dev): bump eslint from 8.57.0 to 9.8.0 (#153)

chore(deps-dev): bump eslint from 8.57.0 to 9.8.0 (#153) #87

Workflow file for this run

name: Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 18
- run: npm install
- run: npm run build
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist