From 94fe59721d754b9f25f4567fedc0db78eb834445 Mon Sep 17 00:00:00 2001 From: Harigovind Rajagopal Date: Sat, 13 Jun 2026 09:36:49 -0500 Subject: [PATCH 1/5] Use Vercel URL for auth --- info/template-main.html | 66 ++++++++++++++++++++++++----------------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/info/template-main.html b/info/template-main.html index 6466970..5349e5e 100644 --- a/info/template-main.html +++ b/info/template-main.html @@ -455,39 +455,51 @@ From 78a1aa1a6911a749f73e8f2467f94437949b143b Mon Sep 17 00:00:00 2001 From: Harigovind Rajagopal <46255593+HariMayooram@users.noreply.github.com> Date: Sat, 13 Jun 2026 11:27:27 -0500 Subject: [PATCH 2/5] Add GitHub Actions workflow for Jekyll deployment This workflow builds and deploys a Jekyll site to GitHub Pages, including setup and artifact upload steps. --- .github/workflows/jekyll-gh-pages.yml | 51 +++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/workflows/jekyll-gh-pages.yml diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml new file mode 100644 index 0000000..67be9b0 --- /dev/null +++ b/.github/workflows/jekyll-gh-pages.yml @@ -0,0 +1,51 @@ +# Sample workflow for building and deploying a Jekyll site to GitHub Pages +name: Deploy Jekyll with GitHub Pages dependencies preinstalled + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. +# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + # Build job + build: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + - name: Setup Pages + uses: actions/configure-pages@v5 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: ./ + destination: ./_site + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + + # Deployment job + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + needs: build + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v5 From dceed04c698f6cef03437508ff7398852aa840b5 Mon Sep 17 00:00:00 2001 From: Harigovind Rajagopal Date: Sat, 13 Jun 2026 11:49:26 -0500 Subject: [PATCH 3/5] Vercel update for auth-plugin.js --- info/template-main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/template-main.html b/info/template-main.html index 5349e5e..bfe0413 100644 --- a/info/template-main.html +++ b/info/template-main.html @@ -463,7 +463,7 @@ var s=document.createElement('script'); s.src= location.hostname === 'localhost' || location.hostname === '127.0.0.1' ? '/betterauth/js/auth-plugin.js' - : 'https://api.model.earth/betterauth/js/auth-plugin.js'; + : 'https://chat-xi-black.vercel.app/betterauth/js/auth-plugin.js'; document.head.appendChild(s); }); From 7a05f7002581aff330fbcc2fad1296348d13d647 Mon Sep 17 00:00:00 2001 From: Harigovind Rajagopal Date: Sat, 13 Jun 2026 12:03:25 -0500 Subject: [PATCH 4/5] Always show Account tab --- info/template-main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info/template-main.html b/info/template-main.html index bfe0413..b17e412 100644 --- a/info/template-main.html +++ b/info/template-main.html @@ -206,7 +206,7 @@ -