Remove publish option

This commit is contained in:
Ethan Paul 2021-04-24 22:46:51 -04:00
parent 379ef48078
commit 3c5e06dd0d
No known key found for this signature in database
GPG Key ID: D0E2CBF1245E92BF
1 changed files with 0 additions and 1 deletions

View File

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