15 lines
441 B
Bash
Executable File
15 lines
441 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright (c) 2025. Sergey S. Chernov - All Rights Reserved
|
|
#
|
|
# You may use, distribute and modify this code under the
|
|
# terms of the private license, which you must obtain from the author
|
|
#
|
|
# To obtain the license, contact the author: https://t.me/real_sergeych or email to
|
|
# real dot sergeych at gmail.
|
|
#
|
|
|
|
set -e
|
|
./gradlew dokkaHtml
|
|
rsync -avz ./build/dokka/* code.sergeych.net:/bigstore/sergeych_pub/code/docs/kiloparsec
|