We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
during release gh-pages is already cloned.
Switch to gh-pages
cd gh-pages
git pull origin gh-pages
do MANUAL changes in index.html . Validate rendering on your local
commit changes
git add index.html git status git commit -m "doc: add release notes for $NEW_VERSION"
git push origin gh-pages