Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irosic20 authored Jan 8, 2024
1 parent a9851a9 commit 1b6bf78
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,18 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16
- name: List files
run: |
cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
dir
- name: Install dependencies
run: |
cd D:/a/smart-charger-web/smart-charger-web/Software/smart-charger
npm install
cd D:/a/smart-charger-web/smart-charger-web/Software/smart-charger
npm install
- name: Build
run: |
cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
npm run build
cd D:\a\smart-charger-web\smart-charger-web\Software\smart-charger
npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 1b6bf78

Please sign in to comment.