Skip to content

Merge branch 'dev' of https://github.com/didi/mand-mobile into dev #236

Merge branch 'dev' of https://github.com/didi/mand-mobile into dev

Merge branch 'dev' of https://github.com/didi/mand-mobile into dev #236

Workflow file for this run

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: |
npm install
npm run build:site
dist: site/public