mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-08 20:21:12 -06:00
* Basic script to modify html output * Modify HTML of website * Add makefile * Compile website in CI * Improve readme
6 lines
108 B
Makefile
6 lines
108 B
Makefile
.PHONY: website
|
|
website:
|
|
cd ../book && make mrproper && make website
|
|
bundle install
|
|
ruby modify_build.rb
|