Fix pages render check in CI (#1757)

We need to volume mount API docs in the pages render check because
`/api/migration-guides`. This fixes
https://github.com/Qiskit/documentation/actions/runs/10079828374/job/27868447282?pr=1665#step:16:76

See https://github.com/Qiskit/documentation/pull/1750 for the source of
the regression.
This commit is contained in:
Eric Arellano 2024-07-24 13:06:37 -04:00 committed by GitHub
parent 3ac8a1d103
commit 345e4912b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ jobs:
- name: Start local Docker preview
if: steps.changed-docs-files.outputs.any_changed == 'true'
run: |
./start &
./start --apis &
sleep 20
- name: Check that pages render
if: steps.changed-docs-files.outputs.any_changed == 'true'