diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml new file mode 100644 index 0000000000..67ce7f518f --- /dev/null +++ b/.github/workflows/preview.yml @@ -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