Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazzShaikh committed Sep 21, 2024
1 parent c1e260c commit 404010c
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3

- name: Navigate to examples directory
run: cd examples

- name: Install dependencies
uses: bahmutov/npm-install@v1

- name: Build project
run: npm run build
working-directory: ./examples
run: |
npm install
npm run build
- name: Upload production-ready build files
uses: actions/upload-artifact@v3
with:
name: production-files
path: ./dist
path: ./examples/dist

deploy:
name: Deploy
Expand Down

0 comments on commit 404010c

Please sign in to comment.