Skip to content

Commit 808b15b

Browse files
committed
Install ALL dependencies
1 parent 221660c commit 808b15b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: Deploy progress dashboard to Github Pages
2+
13
on:
24
workflow_dispatch:
35
push:
@@ -16,7 +18,7 @@ jobs:
1618
cache: "yarn"
1719
- name: Setup dependencies
1820
run: |
19-
NODE_ENV=production yarn
21+
yarn
2022
- name: Build project
2123
run: |
2224
NODE_ENV=production yarn build

0 commit comments

Comments
 (0)