Skip to content

chore: 修改.github中lint.yml和test.yml的node版本 (#1935) #498

chore: 修改.github中lint.yml和test.yml的node版本 (#1935)

chore: 修改.github中lint.yml和test.yml的node版本 (#1935) #498

Workflow file for this run

name: github pages
on:
push:
branches:
- master # default branch
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: yarn
- run: yarn build
- run: yarn build:site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/site/public