From ebdc836d4c06635564024e9ffd7d735c3d3e1759 Mon Sep 17 00:00:00 2001 From: Faraz Shaikh Date: Sat, 21 Sep 2024 23:59:21 +0400 Subject: [PATCH] Update actions --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2a56be4..47c5e60 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,10 +19,9 @@ jobs: - name: Install dependencies run: | - npm install - npm run build cd examples npm install + npm install three-custom-shader-material@next npm run build - name: Upload production-ready build files