mirror of
https://github.com/KieSun/all-of-frontend.git
synced 2024-11-23 15:28:14 +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:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Markdown autodocs
|
||||
uses: dineshsonachalam/markdown-autodocs@v1.0.3
|
||||
- name: install
|
||||
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