Skip to content

Commit cb2d1f6

Browse files
committed
Speed up ci build
1 parent 4c23987 commit cb2d1f6

File tree

4 files changed

+5009
-1445
lines changed

4 files changed

+5009
-1445
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by MichaelCurrin
22
# https://gist.github.com/MichaelCurrin/a698731096f78240f653faf9a9127cba
33

4-
name: Build and deploy
4+
name: Build and deploy
55

66
on:
77
push:
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Install 🔧
25-
run: npm ci
25+
run: npm i --omit=dev
2626
- name: Build 🏗️
2727
run: npm run build
2828
- name: Deploy to GH Pages 🚀

0 commit comments

Comments
 (0)