Skip to content

Commit 40149cf

Browse files
committed
Change all pub get to dart pub get
1 parent 633de34 commit 40149cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dargon2_docbot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)