doc: Add the command to upload pages

This commit is contained in:
Glen Whitney 2024-11-02 12:50:25 -07:00
parent 8c7fce2538
commit 59fb270c60

View File

@ -99,5 +99,10 @@ steps:
# using [twine](https://twine.readthedocs.io). Mostly to jog the developer's # using [twine](https://twine.readthedocs.io). Mostly to jog the developer's
# memory, when a new release is freshly built, the command to update PyPI is # memory, when a new release is freshly built, the command to update PyPI is
# `twine upload dist/*`. Also don't forget to create a fresh release on the # `twine upload dist/*`. Also don't forget to create a fresh release on the
# repository site as well. # repository site as well. Finally, you can manually upload the new doc pages
# for mkdocs-semiliterate itself so the pages can be served by moving the
# newly-produced `site` directory to `semiliterate` and then executing
#
# `scp -r -i [IDENTITY_FILE] semiliterate [USER]@[SERVER]:/opt/bitnami/apps/wordpress/htdocs`
#
### ###