Skip to content

Commit

Permalink
Update build_and_release_docs_website.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-carroll committed Dec 31, 2023
1 parent ab859d7 commit 08fedb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_docs_website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: dart-lang/setup-dart@v1

# Download all the packages that the app uses
- run: flutter pub get
- run: dart pub get

# Build the static site
- run: dart run bin/static_shock_docs.dart
Expand Down

0 comments on commit 08fedb4

Please sign in to comment.