Skip to content

Commit e4280e8

Browse files
fix(emergency): Deploy
1 parent ab91776 commit e4280e8

File tree

4 files changed

+1314
-5954
lines changed

4 files changed

+1314
-5954
lines changed

.github/workflows/deploy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
- uses: actions/setup-node@v3
2727
with:
2828
node-version: '18.x'
29-
cache: 'yarn'
29+
cache: 'npm'
3030

31-
- run: yarn install --frozen-lockfile
32-
- run: yarn build
31+
- run: npm ci
32+
- run: npm run build
3333

3434
- name: Deploy via SSH
3535
uses: easingthemes/ssh-deploy@v4

0 commit comments

Comments
 (0)