-
Why do I get this error (See Below) and I have installed mkdocs-jupyter. For this reason the run fails. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Can you show the other (earlier) steps, with the one where you installed the plugin? It's not installed by default so either you use a custom docker image with the plugin installed or you install it as a github action. |
Beta Was this translation helpful? Give feedback.
-
@jaceklaskowski , thanks for the reply . The commit everndah 7ca3229 solved the issue. Changed from;
To;
|
Beta Was this translation helpful? Give feedback.
@jaceklaskowski , thanks for the reply . The commit everndah 7ca3229 solved the issue.
Changed from;
- run: mkdocs gh-deploy --force
- run: pip install mkdocs-jupyter
To;
- run: pip install mkdocs-jupyter
- run: mkdocs gh-deploy --force