Skip to content

Commit a640a11

Browse files
author
Jakub Slotwinski
committed
Merge branch 'develop' of https://github.com/eea/CLMS_documents into develop
2 parents 114f431 + 4735185 commit a640a11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/build-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ fi
4040

4141
# Render all files together (changelog filter uses original-filename from YAML headers)
4242
echo "🔄 Rendering all documents to HTML..."
43-
QUARTO_CHROMIUM_HEADLESS_MODE=new quarto render --to html --no-clean --quiet
43+
QUARTO_CHROMIUM_HEADLESS_MODE=new quarto render --to html --no-clean
4444

4545
# Backup the correct sitemap as it may be overwritten by next operations
4646
sleep 5
4747
mv _site/sitemap.xml _site/sitemap.xml.bkp
4848

4949
# Generate DOCX files (always needed for PDF conversion)
5050
echo "📄 Generating DOCX files for PDF conversion..."
51-
QUARTO_CHROMIUM_HEADLESS_MODE=new quarto render --to docx --no-clean --quiet
51+
QUARTO_CHROMIUM_HEADLESS_MODE=new quarto render --to docx --no-clean
5252
find _site -type f -name 'index.docx' -delete
5353

5454
echo "🛠 Generate index.qmd files for all DOCS/* folders"e

0 commit comments

Comments
 (0)