From 660e9815669256db1d47f89d658378a7d035e3c7 Mon Sep 17 00:00:00 2001 From: Faraz Shaikh Date: Sat, 21 Sep 2024 23:53:27 +0400 Subject: [PATCH] Update actions --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b800a24..2a56be4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,10 +18,12 @@ jobs: uses: actions/setup-node@v3 - name: Install dependencies - working-directory: ./examples run: | npm install npm run build + cd examples + npm install + npm run build - name: Upload production-ready build files uses: actions/upload-artifact@v3