Skip to content

Commit

Permalink
Fixed docs error on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Jun 27, 2023
1 parent b0753fb commit b3a560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ deps: ${MIX_PROJECTS:%=%/deps}
cd $* && mix deps.get

.PHONY: docs
docs: ${MIX_PROJECTS:%=%/doc}
docs: ${MIX_PROJECTS:%=%/docs}
%/doc:
mkdir -p doc
cd $* && mix docs
Expand Down

0 comments on commit b3a560e

Please sign in to comment.