chore: add docs publish command

This commit is contained in:
Jef Roosens 2025-06-19 14:53:40 +02:00
parent 5e653407f2
commit 4735bc3f13
No known key found for this signature in database
GPG key ID: 21FD3D77D56BAF49
4 changed files with 11 additions and 1 deletions

View file

@ -8,5 +8,13 @@ package: build
--file ../docs.tar.gz \
*
publish: package
curl \
-XPOST \
--fail \
-H @./auth.txt \
-T docs.tar.gz \
https://rustybever.be/docs/otter
serve:
hugo serve --buildDrafts