Skip to content

Commit

Permalink
HTML build: remove --theme argument (#120)
Browse files Browse the repository at this point in the history
The HTML build will use the default theme instead
  • Loading branch information
paulcadman authored Aug 5, 2024
1 parent 0e6f82e commit 5a4c63a
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 @@ -9,7 +9,7 @@ check:

PHONY: html
html:
@${JUVIXBIN} --no-stdlib html --theme ayu --output-dir=docs/ index.juvix
@${JUVIXBIN} --no-stdlib html --output-dir=docs/ index.juvix

PHONY: clean
clean:
Expand Down

0 comments on commit 5a4c63a

Please sign in to comment.