From 5dc429321d4fd25d110fff22315a0fdcc7103d44 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 2 Sep 2025 20:15:44 +0000
Subject: [PATCH 1/2] Initial plan
From 3e29e68641140ad1302507f6aff886f486510199 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Tue, 2 Sep 2025 20:19:14 +0000
Subject: [PATCH 2/2] Add repository reference to generated docs
Co-authored-by: nikita-volkov <1560937+nikita-volkov@users.noreply.github.com>
---
.github/workflows/main.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 994dc29..ce2b80d 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -28,6 +28,11 @@ jobs:
with:
input: src
+ - name: Add repository reference to docs
+ run: |
+ # Find all HTML files and add repository reference
+ find "${{ steps.generate-docs.outputs.path }}" -name "*.html" -type f -exec sed -i 's|Switch Light/Dark Mode|Switch Light/Dark Mode |g' {} \;
+
- name: Upload artifact for Pages
uses: actions/upload-pages-artifact@v4
with: