Skip to content

Commit

Permalink
Add convertAnalyzed to deploy target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
balacij committed Sep 18, 2023
1 parent 122781a commit 6d05142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ deploy_lite: website ##@Deploy Deploy the Drasil website without regenerating ar
# Prepares a website folder deployable to GitHub Pages using freshly generated
# artifacts. If you don't want to use freshly generated artifacts, consider
# using theg `deploy_lite` target instead.
deploy: analysis graphs packagedeps docs tex doxygen ##@Deploy Generates all artifacts and the Drasil website locally.
deploy: analysis graphs convertAnalyzed packagedeps docs tex doxygen ##@Deploy Generates all artifacts and the Drasil website locally.
"$(MAKE)" deploy_lite

#-----------------------#
Expand Down

0 comments on commit 6d05142

Please sign in to comment.