Skip to content

Commit

Permalink
fix the deploy_pages.yaml workflow (#1968)
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew authored Jan 15, 2025
1 parent 7fcf623 commit c73ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dart compile js -o example/app.dart.js
--minify --no-frequency-based-minification --no-source-maps
example/app.dart
working-directory: pkgs/markdown/example
working-directory: pkgs/markdown

# Create the _site directory.
- run: mkdir _site
Expand Down

0 comments on commit c73ffbd

Please sign in to comment.