Skip to content

Commit b592f5d

Browse files
committed
fix working directory
1 parent 40039ab commit b592f5d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
cache: 'npm'
2020

2121
- name: Install dependencies
22-
working-directory: website
2322
run: npm ci
2423

2524
- name: Build Angular app
26-
working-directory: website
2725
run: npm run build
2826

2927
- name: Upload static files as artifact

0 commit comments

Comments
 (0)