mirror of https://github.com/dapr/docs.git
Merge branch 'v1.11' into upmerge_06-08
This commit is contained in:
commit
69feaab05e
|
@ -34,6 +34,8 @@ jobs:
|
|||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install setuptools wheel twine tox mechanical-markdown
|
||||
pip3 uninstall -y mistune
|
||||
pip3 install mistune~=2.0.5 --no-cache-dir
|
||||
- name: Check Markdown Files
|
||||
run: |
|
||||
for name in `find . -name "*.md"`; do echo -e "------\n$name" ; mm.py -l $name || exit 1 ;done
|
||||
|
|
Loading…
Reference in New Issue