bsc

Comprehensive codebase and cou...
Log | Files | Refs | README | LICENSE

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:
M.github/workflows/main.yml | 4+++-
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: |
© notamitgamer • Site Built: 2026-07-21 13:58:23 UTC • git-mirror commit: 1037f62 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror