Skip to content

Add script probe type #289

Add script probe type

Add script probe type #289

Workflow file for this run

name: Build the docs
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
paths:
- 'docs/**' # only run if the PR makes changes to the docs content.
env:
CI: true
NEXT_PUBLIC_ALGOLIA_APPLICATION_ID: undefined
ALGOLIA_ADMIN_API_KEY: undefined
NEXT_PUBLIC_ALGOLIA_SEARCH_API_KEY: undefined
permissions:
issues: read
pull-requests: read
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: 🛑 Cancel Previous Runs
uses: styfle/[email protected]
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
with:
persist-credentials: false
- name: ✍🏻 Setup node
uses: actions/setup-node@v3
with:
node-version: 16.14
- name: 📥 Install deps
run: npm install
- name: 👷‍♂️ Build
run: npm run build