Fix path issues

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/26461/head
Michael Telatynski 2023-10-27 15:42:06 +01:00
parent 0fdbbeecf5
commit 3eaa4fb22d
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
4 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ jobs:
cat SUMMARY.md >> docs/SUMMARY.md
mv element-web/book.toml .
mv element-web/docs/lib docs/
- name: Build docs
run: mdbook build

View File

@ -24,7 +24,7 @@ git-repository-url = "https://github.com/vector-im/element-web"
# The path that the docs are hosted on
site-url = "/element-web/"
additional-js = ["docs/mermaid/mermaid.min.js", "docs/mermaid/mermaid-init.js"]
additional-js = ["docs/lib/mermaid.min.js", "docs/lib/mermaid-init.js"]
[preprocessor]