mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 06:14:08 -05:00
4 lines
136 B
Python
Executable File
4 lines
136 B
Python
Executable File
#!/usr/bin/env python3
|
|
from ghp_import import ghp_import
|
|
ghp_import("book", branch="gh-pages", no_history=True, mesg="Generate mdbook")
|