Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gigincg committed Nov 25, 2024
1 parent b7472f9 commit 3e7ad11
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,12 @@ jobs:
with:
node-version: '18'
cache: 'npm'
cache-dependency-path: './care_livekit_fe/package-lock.json'
cache-dependency-path: 'package-lock.json'

- name: Install dependencies
working-directory: ./care_livekit_fe
run: npm ci

- name: Build
working-directory: ./care_livekit_fe
run: npm run build

- name: Setup Pages
Expand All @@ -39,7 +37,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './care_livekit_fe/dist'
path: 'dist'

deploy:
needs: build
Expand All @@ -50,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 3e7ad11

Please sign in to comment.