Skip to content

Commit 36646fe

Browse files
authored
Update mkdcs.yml
we don't need the sed cmmand
1 parent 6862c0c commit 36646fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/mkdcs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
pip install mkdocs-material mike lunr pygments mkdocstrings[python] mkdocs-material mkdocs-glightbox mkdocs-redirects mkdocs-minify-plugin ruamel.yaml
3838
3939
40-
- name: "Fix images path"
41-
run: |
42-
sed -i 's|docs/static/images/|static/images/|' docs/index.md
43-
4440
- name: "Build docs without publishing"
4541
if: github.event_name == 'pull_request'
4642
run: |

0 commit comments

Comments
 (0)