Skip to content

Commit

Permalink
build(docs): fix docs build command (#102)
Browse files Browse the repository at this point in the history
Fix command which is used to build documentation for GitHub Pages.
  • Loading branch information
parfeon authored Jul 12, 2022
1 parent 2e0e9f9 commit ed07274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release/pre-github-pages-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

# Command will be called with `cwd` set to current product path.
dartdoc --quiet --no-include-source --use-categories
dart doc

0 comments on commit ed07274

Please sign in to comment.