Skip to content

Commit

Permalink
Makefile: Don't require specific value for PUBLIC in serve-docs-full
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelemc committed Jan 17, 2025
1 parent 2cd402e commit 769896f
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 @@ -96,7 +96,7 @@ site:
# when PUBLIC=yes is not set, the mkdocs-material insiders image is used with all the dependencies included.
.PHONY: serve-docs-full
serve-docs-full:
ifeq ($(PUBLIC),yes)
ifdef PUBLIC
@{ \
sed -i 's/^ - typeset/#- typeset/g' mkdocs.yml; \
}
Expand Down

0 comments on commit 769896f

Please sign in to comment.