Skip to content

Bump lint-staged from 15.2.9 to 15.2.10 (#780) #243

Bump lint-staged from 15.2.9 to 15.2.10 (#780)

Bump lint-staged from 15.2.9 to 15.2.10 (#780) #243

Workflow file for this run

name: cd
on:
push:
branches:
- main
workflow_dispatch:
jobs:
cd:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up node env
uses: actions/[email protected]
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Generate
run: yarn generate
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist