File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 9292 if : ${{ needs.docs.result == 'success' }}
9393 steps :
9494 - uses : actions/checkout@v4
95+ with :
96+ fetch-depth : 0 # Fetch all tags; Required for doc versioning
9597
9698 - name : Download extracted Javadoc
9799 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 11site_name : streams-bootstrap
2- repo_url : https://github.com/bakdata/streams-bootstrap
3- repo_name : bakdata/streams-bootstrap
42site_url : https://bakdata.github.io/streams-bootstrap/
3+ repo_name : streams-bootstrap
4+ repo_url : https://github.com/bakdata/streams-bootstrap
5+ remote_branch : gh-pages
6+ copyright : Copyright © 2025 bakdata
57
68theme :
79 name : material
1416 provider : mike
1517plugins :
1618 - search
19+ - mike :
20+ alias_type : symlink
1721markdown_extensions :
1822 - attr_list
1923nav :
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ package-mode = false
55python = " ^3.11"
66
77[tool .poetry .group .docs .dependencies ]
8- mkdocs = " >=1.5,<2.0 "
9- mkdocs-material = " >=9.5,<10.0 "
10- mike = " >=1.1,<2.0 "
8+ mkdocs = " ^1.6.1 "
9+ mkdocs-material = " ^9.6.15 "
10+ mike = " ^2.1.3 "
You can’t perform that action at this time.
0 commit comments