Skip to content

Feat: Configurable Follow HTTP Redirect for Probe Requests #374

Feat: Configurable Follow HTTP Redirect for Probe Requests

Feat: Configurable Follow HTTP Redirect for Probe Requests #374

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@v4
with:
persist-credentials: false
- name: ✍🏻 Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: 📥 Install deps
run: npm ci --legacy-peer-deps
- name: 👷‍♂️ Build
run: npm run build