Skip to content

Commit

Permalink
ci: don't rebuild json when doing make site
Browse files Browse the repository at this point in the history
This is because it brings in DVC as a dependency and the image we are
using to make the site is just Node.
  • Loading branch information
mtiller committed Sep 4, 2023
1 parent f8191fb commit 553f4df
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 @@ -38,7 +38,7 @@ ebooks:
pdfs:
(cd text; make pdf pdf-a4)

site: json
site:
(cd nextgen; make all)

deploy_site:
Expand Down

0 comments on commit 553f4df

Please sign in to comment.