Updates across the board

This commit is contained in:
Chris Proctor
2026-06-22 16:41:31 -04:00
parent 5ca97dc5d0
commit 73624d1a0c
33 changed files with 3104 additions and 643 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
.PHONY: docs deploy
docs:
uv run --group documentation sphinx-build -b html docs docs/_build/html
deploy: docs
aws s3 sync docs/_build/html s3://docs.makingwithcode.org/retro-gamer/
aws cloudfront create-invalidation --distribution-id EPA6NHZ2LEH1A --paths "/retro-gamer/*"