Skip to content

Commit 517988c

Browse files
committed
test
On-behalf-of: @SAP [email protected]
1 parent 79bfefa commit 517988c

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/docs-gen-and-push.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Generate and push docs
1+
name: Documentation
22

33
on:
44
# So we can trigger manually if needed
@@ -24,7 +24,7 @@ concurrency:
2424

2525
jobs:
2626
generate-and-push:
27-
name: Generate and push docs
27+
name: Generate and push
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
@@ -42,4 +42,9 @@ jobs:
4242
python-version: '3.10'
4343
cache: 'pip'
4444

45+
# mike does not support giving CLI flags for mkdocs, but we also do not
46+
# want to permanently enable strict mode, so here we enable it just for this
47+
# task
48+
- run: echo "strict: true" | tee -a docs/mkdocs.yml
49+
4550
- run: make generate-api-docs deploy-docs

docs/scripts/deploy-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else
3737
fi
3838
fi
3939

40-
MIKE_OPTIONS=(--strict)
40+
MIKE_OPTIONS=()
4141
MIKE_DEPLOY_OPTIONS=()
4242
MIKE_ALIASES=()
4343

0 commit comments

Comments
 (0)