Skip to content

Update dependency @types/react to v18.3.18 (#1038) #2883

Update dependency @types/react to v18.3.18 (#1038)

Update dependency @types/react to v18.3.18 (#1038) #2883

Workflow file for this run

name: deploy
on:
push:
branches: [main]
pull_request:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
submodules: true
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'yarn'
- run: yarn install
- run: yarn run code-check
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist