diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f83d565..0f791bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,13 +125,15 @@ jobs: id: image-name open-api-ci: - uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v1 + uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2 needs: - store-reusable-workflow-vars with: main-branch: 'master' + run-docs: true python-version: '3.11' docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }} + django-settings-module: referentielijsten.conf.ci open-api-publish: uses: maykinmedia/open-api-workflows/.github/workflows/publish.yml@v1 diff --git a/docs/conf.py b/docs/conf.py index e2af92d..8fc9776 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -83,4 +83,6 @@ r"https?://.*\.example.com*", r"http://localhost:\d+/", r"https://.*sentry.*", + r"http://localhost:3000*", + r"https://some-app.gemeente.nl*", ]