mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-23 23:38:13 +08:00
Update markdown.yml
This commit is contained in:
parent
d67d70707c
commit
f3f531fff9
9
.github/workflows/markdown.yml
vendored
9
.github/workflows/markdown.yml
vendored
@ -20,5 +20,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Markdown autodocs
|
- name: install
|
||||||
uses: dineshsonachalam/markdown-autodocs@v1.0.3
|
run: |
|
||||||
|
npm i -g prettier
|
||||||
|
prettier README.md -w
|
||||||
|
- uses: EndBug/add-and-commit@v7 # You can change this to use a specific version.
|
||||||
|
with:
|
||||||
|
add: './README.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user