1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-27 02:51:59 +02:00
ntfy/docs/hooks.py

8 lines
169 B
Python
Raw Permalink Normal View History

import os
import shutil
def on_post_build(config, **kwargs):
site_dir = config["site_dir"]
shutil.copytree("docs/static/fonts", os.path.join(site_dir, "get"))