Skip to content

Commit 5476f1e

Browse files
authored
Add build step to GitHub Actions workflow
1 parent d8b883f commit 5476f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: npm ci # Use 'ci' instead of 'install' for reproducible builds
3737

3838
- name: Build
39+
run: npm run build
3940

4041
- name: Upload artifact
4142
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)