Skip to content

Commit

Permalink
Fix path issues
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Oct 27, 2023
1 parent 0fdbbee commit 3eaa4fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 3eaa4fb

Please sign in to comment.