Skip to content
This repository was archived by the owner on Apr 10, 2023. It is now read-only.
This repository was archived by the owner on Apr 10, 2023. It is now read-only.

Automated publishing of docs to gh-pages branch #127

@rossmacarthur

Description

@rossmacarthur

At the moment I have to do the following:

pip install sphinx
just docs
cd docs/_build/html
git init
git remote add origin git@github.com:rossmacarthur/serde.git
git fetch
git reset origin/gh-pages
git add .
git commit -m "publish docs for $(git -C ../../.. rev-parse --short HEAD)"
git push origin HEAD:gh-pages

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions