This commit is contained in:
2019-09-22 16:17:56 +02:00
parent 0468055256
commit 5096a8e54b
2 changed files with 3 additions and 2 deletions
-2
View File
@@ -70,8 +70,6 @@ steps:
- echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./* - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
- echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* . - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
- ls - ls
- echo "# Documentation" >> ./README.md
- echo "https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}" >> ./README.md
- echo "## Version" >> ./README.md - echo "## Version" >> ./README.md
- echo "${DRONE_TAG}" >> ./README.md - echo "${DRONE_TAG}" >> ./README.md
- echo "" >> ./README.md - echo "" >> ./README.md
+3
View File
@@ -3,3 +3,6 @@
# How to install # How to install
# Quickstart # Quickstart
# Documentation
[https://gitea.frontblock.me/fw-docs/rpclibrary]