Skip to content

Commit bc8bd06

Browse files
committed
fix: correct Ice products grouped filename with products_ prefix in build move
1 parent 7b4a41d commit bc8bd06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/build/build-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ cp _quarto-no-headers.yml _quarto.yml
8585
step "[3/6] Rendering all documents (HTML + Typst PDF + gfm) in one pass..."
8686
# Temporary move out of docs before render to avoid Jupyter engine selections crashes
8787
echo " [BUILD BYPASS] Temporarily moving Ice products out of the build context..."
88-
mv products/Algorithm_theoretical_basis_document_-_High_Resolution_Ice_products_Europe.qmd ../../origin_DOCS/
88+
mv products/products_Algorithm_theoretical_basis_document_-_High_Resolution_Ice_products_Europe.qmd ../../origin_DOCS/
8989
quarto_render --no-clean
9090
echo " [BUILD BYPASS] Restoring Ice products..."
91-
mv ../../origin_DOCS/Algorithm_theoretical_basis_document_-_High_Resolution_Ice_products_Europe.qmd products/
91+
mv ../../origin_DOCS/products_Algorithm_theoretical_basis_document_-_High_Resolution_Ice_products_Europe.qmd products/
9292

9393
# Back up sitemap.xml and llms.txt - the index.qmd renders below regenerate
9494
# them, and we want to keep the values from this first render.

0 commit comments

Comments
 (0)