This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch markdown
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/markdown by this push:
     new a9f466d96 fix base url
a9f466d96 is described below

commit a9f466d96e2386fdeb3e3c7497527628400d355c
Author: David Arthur <[email protected]>
AuthorDate: Thu Dec 18 17:44:09 2025 -0500

    fix base url
---
 .github/workflows/build-and-deploy.yml | 4 ----
 hugo.yaml                              | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/build-and-deploy.yml 
b/.github/workflows/build-and-deploy.yml
index 47a9aeb74..9b98a2ce0 100644
--- a/.github/workflows/build-and-deploy.yml
+++ b/.github/workflows/build-and-deploy.yml
@@ -10,10 +10,6 @@ on:
         default: false
         type: boolean
 
-env:
-  # Default branches - can be overridden by repository variables
-  BUILD_BRANCHES: 'markdown'
-
 jobs:
   build-html:
     runs-on: ubuntu-latest
diff --git a/hugo.yaml b/hugo.yaml
index e52cf9a9e..e41c548fa 100644
--- a/hugo.yaml
+++ b/hugo.yaml
@@ -1,4 +1,4 @@
-baseURL: https://kafka.staged.apache.org/
+baseURL: https://kafka.apache.org/
 title: Apache Kafka
 
 # cSpell:ignore goldmark github hugo readingtime docsy subdir lastmod pygments 
linenos catmullrom norsk gu

Reply via email to