commit 4cf2fdbe32d2a21cd88fd4a1e9bb2d273553fdc4
parent 027b47e2915eb7ef878007c330ed3f4ff2588e0d
Author: Amit Dutta <mail@amit.is-a.dev>
Date: Tue, 2 Jun 2026 14:59:39 +0530
Rename 'site' to 'docs' and add CNAME
Add CNAME file for custom domain in docs folder
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
@@ -40,7 +40,9 @@ jobs:
run: zensical build
- name: Rename 'site' to 'docs'
- run: mv site docs
+ run: |
+ mv site docs
+ echo "code.amit.is-a.dev" > docs/CNAME
- name: Commit and Push changes
run: |