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
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
70
   - echo "remove files in ${DRONE_REPO_NAME}"; rm -rf ./*
71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
71
   - echo "copy docs to ${DRONE_REPO_NAME}"; cp -r ../docs/* .
72
   - ls
72
   - ls
73
-  - echo "# Documentation" >> ./README.md
74
-  - echo "https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}" >> ./README.md
75
   - echo "## Version" >> ./README.md
73
   - echo "## Version" >> ./README.md
76
   - echo "${DRONE_TAG}" >> ./README.md
74
   - echo "${DRONE_TAG}" >> ./README.md
77
   - echo "" >> ./README.md
75
   - echo "" >> ./README.md

+ 3
- 0
README.md View File

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

Loading…
Cancel
Save