Skip to content

Commit

Permalink
Fixed docs error on CI part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Jun 27, 2023
1 parent b3a560e commit 1e1d9fd
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 @@ -46,7 +46,7 @@ deps: ${MIX_PROJECTS:%=%/deps}

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

0 comments on commit 1e1d9fd

Please sign in to comment.