File: hooks.py

package info (click to toggle)
ntfy 2.11.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 19,364 kB
  • sloc: javascript: 16,782; makefile: 282; sh: 105; php: 21; python: 19
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
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"))