Skip to content

[AzureDevops] Make the build badge send the PAT so it works on private projects #775

[AzureDevops] Make the build badge send the PAT so it works on private projects

[AzureDevops] Make the build badge send the PAT so it works on private projects #775

Workflow file for this run

name: Test Documentation
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-docs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: npm run build-docs