Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 407 Bytes

File metadata and controls

19 lines (12 loc) · 407 Bytes

rubyelders.com

start "dev server"

npx --yes chokidar-cli --initial "**/*.{erb,json,md,rb,ebr}" -c "ruby generate.rb"

build

ruby generate.rb

manual deploy (push to gh-pages)

Just commit changes, other to ruby generate.rb, there is no build needed.

Usually there is no need for manual deploy. master branch is automatically deployed by GitHub actions.