Skip to content

Commit

Permalink
Change all pub get to dart pub get
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthecoder committed Jul 8, 2022
1 parent 633de34 commit 40149cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dargon2_docbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
run: dart pub get
- name: Generate Documentation
run: dartdoc
- name: Push Documentation
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
run: dart pub get
- name: Generate Documentation
run: dartdoc
- name: Push Documentation
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: pub get
run: dart pub get
- name: Generate Documentation
run: dartdoc
- name: Push Documentation
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
cd dargon2_flutter
flutter packages get
- name: Activate dartdoc
run: pub global activate dartdoc
run: dart pub global activate dartdoc
- name: Generate Documentation
run: |
cd dargon2_flutter
Expand Down

0 comments on commit 40149cf

Please sign in to comment.