Skip to content

Commit

Permalink
Merge 6083726 into d7d26d7
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Aug 18, 2020
2 parents d7d26d7 + 6083726 commit 8ef7e6e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 🔂 Surge PR Preview

on: [push, pull_request]

jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: afc163/surge-preview@v1
with:
surge_token: ${{ secrets.SURGE_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
build: |
yarn
yarn build
yarn doc:build
dist: dist

0 comments on commit 8ef7e6e

Please sign in to comment.