Skip to content

Commit 21d4911

Browse files
committed
update deploy.yml to use yarn
1 parent e640881 commit 21d4911

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Deploy Flamincogk Docs site
1+
name: Deploy Flamingock Docs site
22

33
on:
44
push:
55
branches:
6-
- master
6+
- master
77

88
jobs:
99
deploy:
@@ -18,11 +18,11 @@ jobs:
1818
node-version: 18 # or 20
1919

2020
- name: Install dependencies
21-
run: npm ci
21+
run: yarn install --frozen-lockfile
2222

2323
- name: Deploy website
2424
env:
2525
GIT_USER: github-actions[bot]
2626
GIT_EMAIL: github-actions[bot]@users.noreply.github.com
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
run: npm run deploy
28+
run: yarn deploy

0 commit comments

Comments
 (0)