mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 12:11:11 -06:00
Improve website build documentation (#162)
This improves the documentation on how to build the website and applies a couple of additional fixes. Followup to #161
This commit is contained in:
committed by
GitHub
parent
a8ad6f0a8b
commit
50d65f693b
4
makefile
4
makefile
@@ -18,10 +18,6 @@ push_docker_image:
|
||||
|
||||
.PHONY: website
|
||||
website: mrproper
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cd /opt/repo/website && make website"
|
||||
|
||||
.PHONY: latex_website
|
||||
latex_website: mrproper
|
||||
docker run -it -v $(PWD):/opt/repo $(DOCKER_IMAGE) /bin/bash -c "cd /opt/repo/book && make website"
|
||||
|
||||
.PHONY: validate
|
||||
|
||||
Reference in New Issue
Block a user