4 changed files with 22 additions and 1 deletions
@ -0,0 +1,17 @@ |
|||
name: 🔂 Surge PR Preview |
|||
|
|||
on: [push] |
|||
|
|||
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.gatsby --help }} |
|||
build: | |
|||
yarn install |
|||
npm run build |
|||
dist: dist |
|||
|
After Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.8 KiB |
Loading…
Reference in new issue