Skip to content

Revamp OHS docs: navigation, FHIR Foundations, and Pathways visuals #10

Revamp OHS docs: navigation, FHIR Foundations, and Pathways visuals

Revamp OHS docs: navigation, FHIR Foundations, and Pathways visuals #10

Workflow file for this run

name: Documentation checks
on:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
validate-build-review:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: '24.18.0'
cache: npm
- run: npm install --global npm@11.16.0
- run: npm ci
- run: npm run gates
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
with:
name: documentation-build
path: build
retention-days: 14