Skip to content

Commit 237b557

Browse files
committed
👷 [maykinmedia/open-api-framework#92] Make sure docs are built in CI
1 parent 2f2c924 commit 237b557

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ jobs:
123123
- store-reusable-workflow-vars
124124
with:
125125
main-branch: 'master'
126+
run-docs: true
126127
python-version: '3.11'
127128
docker-image-name: ${{ needs.store-reusable-workflow-vars.outputs.image-name }}
128129

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# The theme to use for HTML and HTML Help pages. See the documentation for
7878
# a list of builtin themes.
7979
#
80-
html_logo = "logo.svg"
80+
# html_logo = "logo.svg"
8181
html_theme = "sphinx_rtd_theme"
8282

8383
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)