From 93263e35f678b4a6d934be6854fa611675f69afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Bjerke?= Date: Thu, 2 Nov 2023 11:32:22 +0100 Subject: [PATCH] ci: clean gh pages before deploy (#1746) --- .github/workflows/typescript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 1095d7085..04ac36038 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -96,7 +96,7 @@ jobs: git fetch origin gh-pages git checkout --track origin/gh-pages git clean -f -f -d -x - git rm -r --ignore-unmatch * + git rm -r --ignore-unmatch ../* mv ../../storybook-static ..