Skip to content

Bump react-router-dom from 6.21.1 to 6.21.2 (#2077) #1522

Bump react-router-dom from 6.21.1 to 6.21.2 (#2077)

Bump react-router-dom from 6.21.1 to 6.21.2 (#2077) #1522

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