File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v2
20
20
- name : Install dependencies
21
- run : pub get
21
+ run : dart pub get
22
22
- name : Generate Documentation
23
23
run : dartdoc
24
24
- name : Push Documentation
47
47
steps :
48
48
- uses : actions/checkout@v2
49
49
- name : Install dependencies
50
- run : pub get
50
+ run : dart pub get
51
51
- name : Generate Documentation
52
52
run : dartdoc
53
53
- name : Push Documentation
76
76
steps :
77
77
- uses : actions/checkout@v2
78
78
- name : Install dependencies
79
- run : pub get
79
+ run : dart pub get
80
80
- name : Generate Documentation
81
81
run : dartdoc
82
82
- name : Push Documentation
@@ -117,7 +117,7 @@ jobs:
117
117
cd dargon2_flutter
118
118
flutter packages get
119
119
- name : Activate dartdoc
120
- run : pub global activate dartdoc
120
+ run : dart pub global activate dartdoc
121
121
- name : Generate Documentation
122
122
run : |
123
123
cd dargon2_flutter
You can’t perform that action at this time.
0 commit comments