Skip to content

Commit 569a636

Browse files
authored
Add installation step before build in deploy workflow
Signed-off-by: Denis Davydkov <denis@davydkov.com>
1 parent 3a682cb commit 569a636

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
id: pages
3939
uses: actions/configure-pages@v4
4040

41+
- name: Install
42+
run: |
43+
pnpm install
44+
4145
- name: Build
4246
run: |
4347
pnpm vite build \

0 commit comments

Comments
 (0)