Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 494 Bytes

File metadata and controls

18 lines (15 loc) · 494 Bytes

Profile Page

Update Page:

  • Since local changes are on main and already have a gh-pages branch, just rebuild and push the site again.
  • Make sure latest changes are pushed to main:
git add -A
git commit -m "Update site"
git push origin main
  • Deploy MkDocs to gh-pages:
mkdocs gh-deploy --clean