From ab5ce6531f6564b360daff168d3751f98d919bc0 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 18 Aug 2024 12:40:39 +0200
Subject: [PATCH] Fix upload-docs script to properly delete

---
 doc/upload-docs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/upload-docs.sh b/doc/upload-docs.sh
index fe69b72..5989b0c 100755
--- a/doc/upload-docs.sh
+++ b/doc/upload-docs.sh
@@ -1,3 +1,3 @@
 #! /bin/sh
 
-rsync --verbose --archive --delete .build/html/* doc-upload:doc/meshpy
+rsync --verbose --archive --delete .build/html/ doc-upload:doc/meshpy
-- 
GitLab