Skip to content

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#2396) #1814

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#2396)

Bump eslint-plugin-react from 7.37.1 to 7.37.2 (#2396) #1814

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