From a6016d55a16cd969797f15f2dd68dc93de3e60f6 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Tue, 17 Feb 2026 07:41:17 -0800 Subject: [PATCH 1/2] Copy Assets to MKdocs Updated the additional_copies path for static files. Signed-off-by: Gilbert Sanchez --- .github/workflows/Pages.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Pages.yaml b/.github/workflows/Pages.yaml index 9bed220..18e859d 100644 --- a/.github/workflows/Pages.yaml +++ b/.github/workflows/Pages.yaml @@ -13,4 +13,5 @@ jobs: with: # Copy the Guides into the docs additional_copies: | + static/:assets/ guides/:docs/guides/ From 74b2dd9e07e46b636010c6b7d0bd7e4faa9d8af2 Mon Sep 17 00:00:00 2001 From: Gilbert Sanchez Date: Tue, 17 Feb 2026 07:53:21 -0800 Subject: [PATCH 2/2] Fix paths for static assets in Pages workflow Updated paths for additional copies in GitHub Pages workflow. Signed-off-by: Gilbert Sanchez --- .github/workflows/Pages.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Pages.yaml b/.github/workflows/Pages.yaml index 18e859d..7bbc19b 100644 --- a/.github/workflows/Pages.yaml +++ b/.github/workflows/Pages.yaml @@ -13,5 +13,6 @@ jobs: with: # Copy the Guides into the docs additional_copies: | - static/:assets/ + static/:static/ guides/:docs/guides/ +