mirror of
https://github.com/fmtlib/fmt.git
synced 2025-09-25 06:00:55 +02:00
Explain mkdocs deploy invocation
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user