Skip to content

Commit 21b7236

Browse files
authored
mermaid process update (#1968)
mermaid process update
1 parent 6fca1c4 commit 21b7236

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,8 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Deploy to GitHub Pages
53-
id: depolyment
53+
id: deployment
5454
uses: actions/deploy-pages@v4
55+
- name: Print deployed docs URL
56+
run: |
57+
echo "Docs deployed to: ${{ steps.deployment.outputs.page_url }}"

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ workspace
4949
book/
5050
.book.toml.swp
5151
mermaid-init.js
52-
mermaid.min.js
52+
mermaid.min.js
53+
docs/output

docs/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-dir = "output"
1212

1313
[output.html]
1414
additional-css = ["style.css"]
15-
# additional-js = ["mermaid.min.js", "mermaid-init.js"]
15+
additional-js = ["mermaid.min.js", "mermaid-init.js"]
1616

1717
[output.html.fold]
1818
enable = true

0 commit comments

Comments
 (0)