- Github page: afa-farkhod.github.io
- Tool: MkDocs
- Since local changes are on main and already have a
gh-pagesbranch, 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