DEV Community

Cover image for Deploy your Slate doc tool in Github in 1 minute
chenge
chenge

Posted on

Deploy your Slate doc tool in Github in 1 minute

My sample: https://chenge.github.io/slate/

Publishing Your Docs to GitHub Pages

Publishing your API documentation couldn't be more simple.

Make sure you're working on a fork in your own account, not our original repo: git remote show origin.
Commit your changes to the markdown source: git commit -a -m "Update index.md"
Push the markdown source changes to GitHub: git push
Run ./deploy.sh

Top comments (0)