From 4b5400c395380607379b898abac7d0b870a8c757 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Tue, 9 Feb 2021 10:56:57 +0100 Subject: :hammer: Remove /hoverbit-ble/ from cache-file paths --- postbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postbuild.sh b/postbuild.sh index c1f0ffc..929abaa 100755 --- a/postbuild.sh +++ b/postbuild.sh @@ -1,5 +1,5 @@ #!/bin/bash -PUBLISH_URL="/hoverbit-ble/" +PUBLISH_URL="/" cd "dist" || exit 1 -- cgit v1.2.3