From 7b06712fd3e43e1abb1e00cb2c2ffa746ae16329 Mon Sep 17 00:00:00 2001 From: GGos3 Date: Sat, 10 Aug 2024 23:58:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20workflow=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gatsby-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gatsby-build.yml b/.github/workflows/gatsby-build.yml index 7f9f653c..eff96f57 100644 --- a/.github/workflows/gatsby-build.yml +++ b/.github/workflows/gatsby-build.yml @@ -39,7 +39,9 @@ jobs: mv public ../public_temp # Remove all files except .git directory - find . -mindepth 1 -not -name '.git' -exec rm -rf {} + + rm -rf * + rm -rf .github + rm -rf .vendor # Restore the public directory mv ../public_temp public