Skip to content

Commit 9f33d95

Browse files
committed
[ci] build and deploy the site
1 parent 76178ba commit 9f33d95

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/hosting.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,11 @@ jobs:
100100
- name: Enable Corepack
101101
run: corepack enable
102102

103+
- name: Make yarn disable immutable
104+
run: yarn config set enableImmutableInstalls false
105+
103106
- name: Install dependencies
104-
run: yarn install --frozen-lockfile
107+
run: yarn install
105108

106109
- name: Build production bundle
107110
run: yarn build

0 commit comments

Comments
 (0)