- Update `generateMarkdown()` in `helpers.sh` to copy over the logo

This commit is contained in:
Tristan B. Velloza Kildaire 2023-04-19 10:35:49 +02:00
parent 5e6591e998
commit 21e9ad86a7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -17,7 +17,7 @@ function generateMarkdown()
# Site docs
#
# Copied over
siteDocs="$(ls docs_src/*.md) $(ls docs_src/journal/*)"
siteDocs="$(ls docs_src/*.md) $(ls docs_src/journal/*) docs_src/logo.png"
for doc in $siteDocs
do
echo "Converting markdown for doc '$doc'..."