Skip to content

Commit ff31283

Browse files
add build step
1 parent cca5e73 commit ff31283

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v4
17+
18+
- name: Install dependencies
19+
run: npm install
20+
- name: Build site
21+
run: npm run build
22+
1723
- name: Deploy
1824
uses: peaceiris/actions-gh-pages@v4
1925
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)