md/.github/workflows/preview.yml
Yang Libin f07ffc944f
feat: add preview workflow (#93)
* feat: add preview workflow

* chore: update workflow

* fix: workflow configuration
2021-11-24 15:45:20 +08:00

21 lines
479 B
YAML

name: Surge Preview
on:
pull_request:
types: [opened, synchronize, reopened, closed]
jobs:
preview:
runs-on: ubuntu-latest
if: github.repository == 'doocs/md'
steps:
- uses: actions/checkout@v2
- uses: afc163/surge-preview@main
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
dist: dist
build: |
npm install
npm run build:h5-netlify