Skip to content

Commit e15569a

Browse files
authored
docs: fix deploy workflow (#96)
1 parent c23ee08 commit e15569a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
npm install
5151
fi
5252
53+
- name: Run setup
54+
run: npm run prestart
55+
5356
- name: Build site
5457
run: npm run build
5558

0 commit comments

Comments
 (0)