Browse Source

push

master
peter 4 years ago
parent
commit
5096a8e54b
2 changed files with 3 additions and 2 deletions
  1. 0
    2
      .drone.yml
  2. 3
    0
      README.md

+ 0
- 2
.drone.yml View File

@@ -70,8 +70,6 @@ steps:
70 70
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
71 71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72 72
   - ls
73
-  - echo "# Documentation" >> ./README.md
74
-  - echo "https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}" >> ./README.md
75 73
   - echo "## Version" >> ./README.md
76 74
   - echo "${DRONE_TAG}" >> ./README.md
77 75
   - echo "" >> ./README.md

+ 3
- 0
README.md View File

@@ -3,3 +3,6 @@
3 3
 # How to install
4 4
 
5 5
 # Quickstart
6
+
7
+# Documentation
8
+[https://gitea.frontblock.me/fw-docs/rpclibrary]

Loading…
Cancel
Save