We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e640881 commit 21d4911Copy full SHA for 21d4911
1 file changed
.github/workflows/deploy.yml
@@ -1,9 +1,9 @@
1
-name: Deploy Flamincogk Docs site
+name: Deploy Flamingock Docs site
2
3
on:
4
push:
5
branches:
6
- - master
+ - master
7
8
jobs:
9
deploy:
@@ -18,11 +18,11 @@ jobs:
18
node-version: 18 # or 20
19
20
- name: Install dependencies
21
- run: npm ci
+ run: yarn install --frozen-lockfile
22
23
- name: Deploy website
24
env:
25
GIT_USER: github-actions[bot]
26
GIT_EMAIL: github-actions[bot]@users.noreply.github.com
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- run: npm run deploy
+ run: yarn deploy
0 commit comments