Skip to content

Automate update documentation Webpage #13

@sideshowcoder

Description

@sideshowcoder

Currently the process of updating the documentation page involves

git checkout gh-pages
git checkout master -- README.md
echo "---\nlayout: index\n---" | cat - README.md > index.md
git add -A
git commit -m "update docs"
git push origin gh-pages

this is an error prone process, so It would be nice if we could do

make docs

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions