Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AMN-D authored Mar 28, 2024
1 parent 6fd686a commit d103b9f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
with:
node-version: 20
cache: 'npm'
working-directory: './bulb'
- name: Install dependencies
run: npm install vite
run: npm ci
- name: Build
run: npm run build
- name: Setup Pages
Expand All @@ -45,7 +46,7 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
# Upload dist folder
path: './dist'
path: './bulb/dist'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit d103b9f

Please sign in to comment.