File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change @@ -49,4 +49,5 @@ workspace
4949book /
5050.book.toml.swp
5151mermaid-init.js
52- mermaid.min.js
52+ mermaid.min.js
53+ docs /output
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-dir = "output"
1212
1313[output .html ]
1414additional-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 ]
1818enable = true
You can’t perform that action at this time.
0 commit comments