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: