Skip to content

Koppelvlakspecificatie API toegevoegd #32

Koppelvlakspecificatie API toegevoegd

Koppelvlakspecificatie API toegevoegd #32

Workflow file for this run

name: PR Preview
on:
pull_request:
types: [opened, synchronize, reopened, closed]
concurrency:
group: preview-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-python@v5.6.0
with:
python-version: "3.11"
- run: pip install -r requirements.txt
- name: Download OAS YAML files
run: |
mkdir -p docs/includes
curl -L \
-o docs/includes/DDAS-SHV.yaml \
https://raw.githubusercontent.com/VNG-Realisatie/ddas/refs/heads/main/v1.0/DDAS-SHV.yaml
curl -L \
-o docs/includes/DDAS-VS.yaml \
https://raw.githubusercontent.com/VNG-Realisatie/ddas/refs/heads/main/v1.0/DDAS-VS.yaml
- run: mkdocs build
- uses: rossjrw/pr-preview-action@v1
with:
source-dir: site/