We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e22857 commit af171ddCopy full SHA for af171dd
.github/workflows/gh_docs.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Build the docs
29
run: |
30
make -C docs clean
31
- make -C docs html
+ make -C docs html MERMAID_PATH="../node_modules/.bin/"
32
- name: Deploy
33
uses: peaceiris/actions-gh-pages@v3
34
with:
docs/Makefile
@@ -29,7 +29,7 @@ ci-tutorials/%.ipynb: ci-tutorials/%.py ${CHARTS}
# mermaid.js files
_static/mmd/build/%.svg: _static/mmd/src/%.mmd
- mmdc -i $^ -o $@
+ ${MERMAID_PATH}mmdc -i $^ -o $@
html: ${NOTEBOOKS} ${CHARTS}
35
python -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
0 commit comments