Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 15, 2025
1 parent 1c270b2 commit 3823868
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94

# Build the markdown playground.
- working-directory: pkgs/markdown
- run: dart pub get
working-directory: pkgs/markdown
- run: dart run build_runner build -o example:build --release
working-directory: pkgs/markdown

Expand Down

0 comments on commit 3823868

Please sign in to comment.