mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-14 15:11:11 -06:00
🎉 Book Website (#145)
* Basic script to modify html output * Modify HTML of website * Add makefile * Compile website in CI * Improve readme
This commit is contained in:
committed by
GitHub
parent
dc2b810743
commit
d5889a67a1
5
website/makefile
Normal file
5
website/makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
.PHONY: website
|
||||
website:
|
||||
cd ../book && make mrproper && make website
|
||||
bundle install
|
||||
ruby modify_build.rb
|
||||
Reference in New Issue
Block a user