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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bdc7954 Fix offline doc
1bdc7954 is described below

commit 1bdc79541ce609e292b873f079765c43af4a12a1
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 18 15:08:16 2026 +0200

    Fix offline doc
---
 .github/workflows/offline-bundle.yml | 2 ++
 llms-txt-template.md                 | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/offline-bundle.yml 
b/.github/workflows/offline-bundle.yml
index c2c9206d..f3316add 100644
--- a/.github/workflows/offline-bundle.yml
+++ b/.github/workflows/offline-bundle.yml
@@ -46,6 +46,8 @@ jobs:
 
       - name: Generate versioned bundle
         run: node scripts/generate-offline-bundle.js ${{ inputs.camel_version 
}}
+        env:
+          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Create or update GitHub Release
         run: |
diff --git a/llms-txt-template.md b/llms-txt-template.md
index 98dd3929..1195a950 100644
--- a/llms-txt-template.md
+++ b/llms-txt-template.md
@@ -11,7 +11,6 @@ For example:
 
 For agents or environments with no or restricted internet access, versioned 
offline documentation bundles are available as zip archives of all Markdown 
files:
 - [Camel 
4.18](https://github.com/apache/camel-website/releases/download/docs-4.18/camel-docs-4.18.zip)
-- [Camel 
4.14](https://github.com/apache/camel-website/releases/download/docs-4.14/camel-docs-4.14.zip)
 
 Download the zip matching your Camel version, unzip it locally, and read the 
files from there. Each bundle contains:
 

Reply via email to