Skip to content

feat: 临时提交

feat: 临时提交 #1

Workflow file for this run

name: deploy-react
on:
push:
branches:
- main # default branch
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: echo $PWD && find -print
- run: cd yu-react && npm install && npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./cd yu-react/dist