We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6862c0c commit 36646feCopy full SHA for 36646fe
.github/workflows/mkdcs.yml
@@ -37,10 +37,6 @@ jobs:
37
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
38
39
40
- - name: "Fix images path"
41
- run: |
42
- sed -i 's|docs/static/images/|static/images/|' docs/index.md
43
-
44
- name: "Build docs without publishing"
45
if: github.event_name == 'pull_request'
46
run: |
0 commit comments