We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bfefa commit cd29ec2Copy full SHA for cd29ec2
.github/workflows/docs-gen-and-push.yaml
@@ -1,4 +1,4 @@
1
-name: Generate and push docs
+name: Documentation
2
3
on:
4
# So we can trigger manually if needed
@@ -24,7 +24,7 @@ concurrency:
24
25
jobs:
26
generate-and-push:
27
- name: Generate and push docs
+ name: Generate and push
28
runs-on: ubuntu-latest
29
steps:
30
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # tag=v4.2.2
@@ -42,4 +42,9 @@ jobs:
42
python-version: '3.10'
43
cache: 'pip'
44
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
+
50
- run: make generate-api-docs deploy-docs
0 commit comments