We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c23987 commit cb2d1f6Copy full SHA for cb2d1f6
.github/workflows/deploy.yml
@@ -1,7 +1,7 @@
1
# Created by MichaelCurrin
2
# https://gist.github.com/MichaelCurrin/a698731096f78240f653faf9a9127cba
3
4
-name: Build and deploy
+name: Build and deploy
5
6
on:
7
push:
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Install 🔧
25
- run: npm ci
+ run: npm i --omit=dev
26
- name: Build 🏗️
27
run: npm run build
28
- name: Deploy to GH Pages 🚀
0 commit comments