mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-06 16:57:03 +08:00
Explain mkdocs deploy invocation
This commit is contained in:
parent
4cce5f458d
commit
dc409ee86d
@ -2,6 +2,9 @@
|
||||
# A script to invoke mkdocs with the correct environment.
|
||||
# Additionally supports deploying via mike:
|
||||
# ./mkdocs deploy [mike-deploy-options]
|
||||
# For example:
|
||||
# ./mkdocs deploy <version>
|
||||
# This will checkout website to fmt/build/fmt.dev and deploy <version> to it.
|
||||
|
||||
import errno, os, shutil, sys
|
||||
from subprocess import call
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user