mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-04-28 16:48:30 -05:00
Adds CNAME file for custom domain
Adds a CNAME file to the deployment process to support the custom domain mlsysbook.ai. This ensures proper domain resolution after deployment.
This commit is contained in:
6
.github/workflows/book-publish-live.yml
vendored
6
.github/workflows/book-publish-live.yml
vendored
@@ -1040,7 +1040,11 @@ jobs:
|
||||
mv ../tinytorch-preserved tinytorch
|
||||
echo "✅ TinyTorch preserved at /tinytorch/"
|
||||
fi
|
||||
|
||||
|
||||
# Add CNAME file for custom domain
|
||||
echo "mlsysbook.ai" > CNAME
|
||||
echo "✅ CNAME file created for mlsysbook.ai"
|
||||
|
||||
echo "📊 Deployed content structure:"
|
||||
ls -la | head -10
|
||||
echo "📊 Assets available:"
|
||||
|
||||
Reference in New Issue
Block a user