mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-27 21:31:20 +00:00
Deploy dev docs
This commit is contained in:
parent
65e278b286
commit
a8cfc0cc2c
3
.github/workflows/doc.yml
vendored
3
.github/workflows/doc.yml
vendored
@ -34,5 +34,4 @@ jobs:
|
|||||||
KEY: ${{secrets.KEY}}
|
KEY: ${{secrets.KEY}}
|
||||||
run: |
|
run: |
|
||||||
cmake $GITHUB_WORKSPACE
|
cmake $GITHUB_WORKSPACE
|
||||||
make doc
|
$GITHUB_WORKSPACE/support/mkdocs deploy dev -p
|
||||||
# $GITHUB_WORKSPACE/support/build-docs.py
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# A script to invoke mkdocs with the correct environment.
|
# A script to invoke mkdocs with the correct environment.
|
||||||
# Additionally supports deploying:
|
# Additionally supports deploying via mike:
|
||||||
# ./mkdocs deploy ...
|
# ./mkdocs deploy [mike-deploy-options]
|
||||||
|
|
||||||
import errno, os, shutil, sys
|
import errno, os, shutil, sys
|
||||||
from subprocess import call
|
from subprocess import call
|
||||||
|
Loading…
Reference in New Issue
Block a user