From 59fb270c604c9aa8a57fa0e5ec25b91dd480b661 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Sat, 2 Nov 2024 12:50:25 -0700 Subject: [PATCH] doc: Add the command to upload pages --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6966c84..09042b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,5 +99,10 @@ steps: # 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 # `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` +# ###