Skip to content

Commit f742b47

Browse files
author
DevStackJunior
authored
Update main_flashcard-vpa.yml
1 parent 0354a89 commit f742b47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main_flashcard-vpa.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: npm install, build, and test
2727
run: |
28-
cd /flashcards
28+
cd ./flashcards
2929
npm install
3030
node ace build --ignore-ts-errors
3131
# npm run test --if-present
@@ -54,3 +54,4 @@ jobs:
5454
slot-name: 'Production'
5555
package: .
5656
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_401CB8D4E9CA4C449305922904BDF41E }}
57+

0 commit comments

Comments
 (0)