File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Install dependencies
21- run : pub get
21+ run : dart pub get
2222 - name : Generate Documentation
2323 run : dartdoc
2424 - name : Push Documentation
4747 steps :
4848 - uses : actions/checkout@v2
4949 - name : Install dependencies
50- run : pub get
50+ run : dart pub get
5151 - name : Generate Documentation
5252 run : dartdoc
5353 - name : Push Documentation
7676 steps :
7777 - uses : actions/checkout@v2
7878 - name : Install dependencies
79- run : pub get
79+ run : dart pub get
8080 - name : Generate Documentation
8181 run : dartdoc
8282 - name : Push Documentation
@@ -117,7 +117,7 @@ jobs:
117117 cd dargon2_flutter
118118 flutter packages get
119119 - name : Activate dartdoc
120- run : pub global activate dartdoc
120+ run : dart pub global activate dartdoc
121121 - name : Generate Documentation
122122 run : |
123123 cd dargon2_flutter
You can’t perform that action at this time.
0 commit comments