Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 224 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 224 Bytes

README

Build site

bundle exec jekyll build

Serve (local) site

bundle exec jekyll serve

Publish

git add --all .
git commit -m "update r2023.06"
git push origin master --force-with-lease