Rename build dir to export
This commit is contained in:
parent
3c5e06dd0d
commit
c06db053ab
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
build/
|
export/
|
||||||
.venv/
|
.venv/
|
||||||
*.conf
|
*.conf
|
||||||
|
2
Makefile
2
Makefile
@ -1,3 +1,3 @@
|
|||||||
clean:
|
clean:
|
||||||
rm --recursive --force build
|
rm --recursive --force export
|
||||||
rm --force nginx.conf
|
rm --force nginx.conf
|
||||||
|
2
build.py
2
build.py
@ -138,7 +138,7 @@ def main():
|
|||||||
args = get_args()
|
args = get_args()
|
||||||
|
|
||||||
cwd = Path.cwd().resolve()
|
cwd = Path.cwd().resolve()
|
||||||
output = cwd / "build"
|
output = cwd / "export"
|
||||||
explore = output / "explore"
|
explore = output / "explore"
|
||||||
|
|
||||||
with Path(args.config).resolve().open() as infile:
|
with Path(args.config).resolve().open() as infile:
|
||||||
|
Loading…
Reference in New Issue
Block a user