Skip to content

Update 20-example-projects.mdx (#5457) #10711

Update 20-example-projects.mdx (#5457)

Update 20-example-projects.mdx (#5457) #10711

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
gatsby-for-percy:
name: Percy screenshots via Gatsby build
runs-on: ubuntu-latest
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '14'
- run: |
npm ci
- run: npx gatsby clean
- run: npx gatsby build --prefix-paths
- run: npx percy snapshot -t 10000 ./public