Skip to content

How to Publish this site

Code Repository

Commit changes to local code repository

# Review status
git status

# Add files to commit
git add docs/*

git commit -a -m "(MESSAGE)"

Publish to remote code repository

git push

Setup Python environment

source venv/bin/activate

Serve & test static site on local server

mkdocs serve

Build static-site

mkdocs build

Test out static site in browser.

Publish to Preview Server

  • Use aws s3 sync to publish to cloud storage at /preview