This commit is contained in:
2019-09-22 15:32:38 +02:00
parent 2f4e7da6c3
commit 579dd02ada
2 changed files with 5 additions and 4 deletions
+4 -2
View File
@@ -70,9 +70,11 @@ steps:
- echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
- echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
- ls
- cat globals.md >> ./README.md
- echo "# Version" >> ./README.md
- echo "# Documentation" >> ./README.md
- echo "https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}" >> ./README.md
- echo "### Version" >> ./README.md
- echo "${DRONE_TAG}" >> ./README.md
- cat globals.md >> ./README.md
- echo "add files in ${DRONE_REPO_NAME}"; git add -A
- git commit --allow-empty -m "Drone tagged as ${DRONE_TAG}"
- git push --force origin master
+1 -2
View File
@@ -4,6 +4,5 @@
# Quickstart
# Documentation
[https://gitea.frontblock.me/fw-docs/rpclibrary]