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