File tree 1 file changed +14
-4
lines changed
1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 12
12
- name : ' Checkout'
13
13
uses : actions/checkout@master
14
14
- name : ' Fetch dependencies'
15
- uses : bahmutov/npm-install@v1
15
+ uses : pnpm/action-setup@v4
16
+ with :
17
+ version : 9
18
+ run_install : |
19
+ - recursive: true
20
+ args: [--frozen-lockfile, --strict-peer-dependencies]
16
21
- name : ' Move dependencies'
17
- run : yarn build
22
+ run : pnpm run build
18
23
- name : ' Build only'
19
24
uses : shalzz/zola-deploy-action@master
20
25
env :
28
33
- name : ' Checkout'
29
34
uses : actions/checkout@master
30
35
- name : ' Fetch dependencies'
31
- uses : bahmutov/npm-install@v1
36
+ uses : pnpm/action-setup@v4
37
+ with :
38
+ version : 9
39
+ run_install : |
40
+ - recursive: true
41
+ args: [--frozen-lockfile, --strict-peer-dependencies]
32
42
- name : ' Move dependencies'
33
- run : yarn build
43
+ run : pnpm run build
34
44
- name : ' Build and deploy'
35
45
uses : shalzz/zola-deploy-action@master
36
46
env :
You can’t perform that action at this time.
0 commit comments