From 3c5e06dd0d6e1e6fb820881fcd4e9b3ee62b838e Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 24 Apr 2021 22:46:51 -0400 Subject: [PATCH] Remove publish option --- build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build.py b/build.py index d3bb7b3..e4c2b49 100644 --- a/build.py +++ b/build.py @@ -131,7 +131,6 @@ def get_args() -> argparse.Namespace: parser.add_argument( "-c", "--check", action="store_true", help="Check the config without building" ) - parser.add_argument("-p", "--publish", action="store_true", help="Publish the site") return parser.parse_args()