Skip to content

Commit

Permalink
ci: fix docs-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioLoayzaM committed May 30, 2024
1 parent 910335b commit d92e9e2
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 @@ -164,7 +164,7 @@ docs: install
$(MAKE) -C docs html

docs-ci: # Build the documentation
docs-ci: install
docs-ci: init-ci
. .venv/bin/activate && $(MAKE) -C docs html

livedocs: # Build the documentation with live reload.
Expand Down

0 comments on commit d92e9e2

Please sign in to comment.