(doc) Minor corrections

This commit is contained in:
Gary Ewan Park 2019-02-21 17:02:06 +00:00 committed by GitHub
parent f172c2f0ec
commit 94040d8eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [SSH](https://github.com/maddox/actions/tree/master/ssh)
- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action)
- [Build Go apps using GoCenter](https://github.com/retgits/actions/tree/master/gocenter)
- [Run `pandoc`](https://github.com/maxheld83/pandoc), the swiss army knife for document conversions.
- [Run pandoc](https://github.com/maxheld83/pandoc), the swiss army knife for document conversions
#### Testing and Linting
@ -87,7 +87,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Visualize your Dockerfile with a Container Tree](https://www.github.com/vsoch/containertree)
- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages)
- [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages)
- [Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/): and other schema.org extractors to make datasets discoverable from GitHub pages.
- [Google Dataset Search Metadata](https://www.github.com/openschemas/extractors/): and other schema.org extractors to make datasets discoverable from GitHub pages
- [Deploy assets to GitHub pages](https://github.com/maxheld83/ghpages) (no building, just deploying)
#### Notifications and Messages