forked from web/portal
add CI
This commit is contained in:
4
build.py
4
build.py
@@ -1,3 +1,5 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import codecs
|
||||
import os
|
||||
from distutils.dir_util import copy_tree
|
||||
@@ -9,7 +11,7 @@ from ruamel.yaml import YAML
|
||||
__location__ = os.path.realpath(os.path.dirname(__file__))
|
||||
static_folder = os.path.join(__location__, 'static')
|
||||
content_folder = os.path.join(__location__, 'content')
|
||||
output_folder = os.path.join(__location__, 'public')
|
||||
output_folder = os.path.join(__location__, 'dist')
|
||||
|
||||
config_file = sys.argv[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user