Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 166 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 166 Bytes

Exokit site

Deploy

  • For the main site, just git push
  • For the docs:
pushd mkdocs-material
rm -Rf ../docs site
mkdocs build
cp -R site ../docs
popd