File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
on :
4
4
push :
5
- branches : [ main ]
5
+ branches : [main]
6
6
pull_request :
7
- branches : [ main ]
7
+ branches : [main]
8
8
9
9
concurrency :
10
10
# https://stackoverflow.com/a/72408109
25
25
- uses : actions/setup-node@v4
26
26
with :
27
27
node-version-file : .nvmrc
28
- cache : ' pnpm'
28
+ cache : " pnpm"
29
29
30
30
- name : Install dependencies
31
31
run : pnpm install
54
54
- uses : actions/setup-node@v4
55
55
with :
56
56
node-version-file : .nvmrc
57
- cache : ' pnpm'
57
+ cache : " pnpm"
58
58
59
59
- name : Install dependencies
60
60
run : pnpm install
84
84
uses : actions/deploy-pages@v4
85
85
86
86
release :
87
- needs : [build-demo] # Semantically, this job can be run just after test, but we wait for build-demo to ensure the build is successful.
87
+ needs : [build-demo] # Semantically, this job can be run just after test, but we wait for build-demo to ensure the build is successful.
88
88
89
89
if : ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
90
90
@@ -104,7 +104,7 @@ jobs:
104
104
- uses : actions/setup-node@v4
105
105
with :
106
106
node-version-file : .nvmrc
107
- cache : ' pnpm'
107
+ cache : " pnpm"
108
108
109
109
- name : Install dependencies
110
110
run : pnpm install
You can’t perform that action at this time.
0 commit comments