Skip to content

feat: add portal url to mdx scope (#2907) #1376

feat: add portal url to mdx scope (#2907)

feat: add portal url to mdx scope (#2907) #1376

Workflow file for this run

name: Test build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "14.16.0"
- run: |
npm ci
npx tsc --noEmit
source ./start.sh && npx gatsby build --verbose