Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuyoshicho committed Jan 21, 2020
1 parent 811e3ee commit cc3c9d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GitHub Action: Run vim help html generator

[![Docker Image CI](https://github.com/tsuyoshicho/action-vimhelp-tagname-check/workflows/Docker%20Image%20CI/badge.svg)](https://github.com/tsuyoshicho/action-vimhelp-tagname-check/actions)
[![Release](https://github.com/tsuyoshicho/action-vimhelp-tagname-check/workflows/release/badge.svg)](https://github.com/tsuyoshicho/action-vimhelp-tagname-check/releases)

## action-vimhelp-html-generate

Generate html from Vim help (/doc)
Expand All @@ -10,9 +13,7 @@ Generate html from Vim help (/doc)

**Optional**. generate html store folder

```
default value: "build"
```

## Example usage

Expand Down Expand Up @@ -45,12 +46,13 @@ jobs:
FOLDER: build
```

## Special thanks.
## Special thanks

- [thinca's vim docker image](https://hub.docker.com/r/thinca/vim)
- [vim-jp vimdoc-jp help](https://github.com/vim-jp/vimdoc-ja)

## License

[CC0 1.0 Universal](http://creativecommons.org/publicdomain/zero/1.0/)

vim-jp: vimdoc-ja-working's [discussion](https://github.com/vim-jp/vimdoc-ja-working/issues/733).

0 comments on commit cc3c9d8

Please sign in to comment.