From fec36f4b2aa88ff2f605f98f3d4921e912623698 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Fri, 20 Dec 2024 10:38:07 +0100 Subject: [PATCH] :construction_worker: [maykinmedia/open-api-framework#92] Make sure docs are built in CI --- .github/workflows/ci.yml | 4 +++- docs/conf.py | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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*", ]