Skip to content

Commit c73ffbd

Browse files
authored
fix the deploy_pages.yaml workflow (#1968)
1 parent 7fcf623 commit c73ffbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
dart compile js -o example/app.dart.js
3535
--minify --no-frequency-based-minification --no-source-maps
3636
example/app.dart
37-
working-directory: pkgs/markdown/example
37+
working-directory: pkgs/markdown
3838

3939
# Create the _site directory.
4040
- run: mkdir _site

0 commit comments

Comments
 (0)