Skip to content

Bump @types/react from 18.2.71 to 18.2.73 (#2173) #1609

Bump @types/react from 18.2.71 to 18.2.73 (#2173)

Bump @types/react from 18.2.71 to 18.2.73 (#2173) #1609

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