From f8107935b64eeab657567a81dc05eff6d215b0f7 Mon Sep 17 00:00:00 2001 From: ake123 Date: Tue, 16 Jan 2024 16:29:15 +0200 Subject: [PATCH] changes --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd7dcf03..04a3e93f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,7 +31,7 @@ jobs: - name: Build HTML files from JSX run: | npm run build - npx babel --out-dir build ./src/components --extensions .jsx + npx babel --out-dir build /src/components --extensions .jsx env: CI: true