From e05c287a4810bce9ca2c872bff8f932f863638e1 Mon Sep 17 00:00:00 2001 From: Gabriel Matte Date: Thu, 14 Nov 2024 13:49:42 -0500 Subject: [PATCH] adds force --- documentation/deploy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/deploy.py b/documentation/deploy.py index 74c34f6..abdc3c4 100644 --- a/documentation/deploy.py +++ b/documentation/deploy.py @@ -1,2 +1,2 @@ from ghp_import import ghp_import -ghp_import('site', push=True) \ No newline at end of file +ghp_import('site', push=True, force=True) \ No newline at end of file