include mkdocs.yml in ci artifacts for docs

This commit is contained in:
Jeff 2022-02-04 14:37:13 -05:00
parent 283eabd1a8
commit c70f1866f8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ elif [ -e lokinet.apk ] ; then
cp -av lokinet.apk "$archive"
elif [ -e build-docs ]; then
archive="$base.tar.xz"
cp -a build-docs/docs/markdown "$base"
cp -av build-docs/docs/mkdocs.yml build-docs/docs/markdown "$base"
tar cJvf "$archive" "$base"
else
cp -av daemon/lokinet daemon/lokinet-vpn "$base"