Skip to content

Commit

Permalink
добавил переход в папку, где находится исходный код
Browse files Browse the repository at this point in the history
  • Loading branch information
dan0102dan committed Sep 24, 2023
1 parent 2b379da commit d56a196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
node-version: 20

- name: Install dependencies
run: npm install
run: |
cd web
npm install
- name: Build and deploy
run: |
Expand Down

0 comments on commit d56a196

Please sign in to comment.