mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Update CI as per renamed targets in makefile
This commit is contained in:
2
makefile
2
makefile
@@ -22,7 +22,7 @@ website: mrproper
|
||||
|
||||
.PHONY: validate
|
||||
validate: mrproper
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cd /opt/repo/book && make -j build_pdf build_serif_ebook"
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cd /opt/repo/book && make -j build_pdf build_ebook"
|
||||
|
||||
.PHONY: mrproper
|
||||
mrproper:
|
||||
|
||||
Reference in New Issue
Block a user