Skip to content

Commit

Permalink
👷 [maykinmedia/open-api-framework#92] Make sure docs are built in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Dec 20, 2024
1 parent a8abeae commit fec36f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*",
]

0 comments on commit fec36f4

Please sign in to comment.