Skip to content

chore(deps): bump react and @types/react (#37) #33

chore(deps): bump react and @types/react (#37)

chore(deps): bump react and @types/react (#37) #33

Workflow file for this run

name: github pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: yarn install --immutable
- run: yarn build:site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
publish_dir: ./doc-site