You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
docs(ci): Add versioning support without using 'mike'
It seems it may have be simpler to just use 'mike'.. Additionally squashes related commits providing minor fixes + improvements: - Use a job dependency (`needs`) to avoid `push` event race conditions due to parallel jobs. - Improve workflow file documentation via inline comments. - Make ShellCheck linting happy. - `chown` doesn't seem to work unless on the default branch for CI. Opted to use the docker `--user` approach instead.
This commit is contained in:
@ -17,6 +17,13 @@ theme:
|
||||
- navigation.tabs
|
||||
- navigation.expand
|
||||
|
||||
# We do not use `mike`, but enabling this will enable the version selector UI.
|
||||
# It references `versions.json` on `gh-pages` branch,
|
||||
# however we have a basic setup that only matches `version` to a subdirectory.
|
||||
extra:
|
||||
version:
|
||||
provider: mike
|
||||
|
||||
markdown_extensions:
|
||||
- toc:
|
||||
permalink: ⚓︎
|
||||
|
Reference in New Issue
Block a user