From fcd25f7c833683f5243154ffe5a64bbbe0557831 Mon Sep 17 00:00:00 2001 From: Ali Abdalla Date: Tue, 17 Sep 2024 22:49:56 +0400 Subject: [PATCH] New branch (#9370) * add find * fix syntax * add hidden files --- .github/workflows/website-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website-build.yml b/.github/workflows/website-build.yml index 0028c27906..452f20d48b 100644 --- a/.github/workflows/website-build.yml +++ b/.github/workflows/website-build.yml @@ -70,3 +70,4 @@ jobs: with: name: website path: js/_website/.vercel + include-hidden-files: true \ No newline at end of file