Ver código fonte

whatever

master
daniel 4 anos atrás
pai
commit
b76ff76b21
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      .drone.yml

+ 1
- 0
.drone.yml Ver arquivo

@@ -70,6 +70,7 @@ 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
73 74
   - echo globals.md >> ./README.md
74 75
   - echo "# Version" >> ./README.md
75 76
   - echo "${DRONE_TAG}" >> ./README.md

Carregando…
Cancelar
Salvar