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()