Skip to content

Bump prettier from 3.1.1 to 3.2.2 (#2081) #1525

Bump prettier from 3.1.1 to 3.2.2 (#2081)

Bump prettier from 3.1.1 to 3.2.2 (#2081) #1525

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/[email protected]
with:
node-version: '20.8.0'
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Deploy
uses: peaceiris/[email protected]
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
publish_dir: ./build