Update markdown.yml

pull/48/head
yck 2021-09-14 16:30:40 +08:00 committed by GitHub
parent d67d70707c
commit f3f531fff9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -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'