Browse Source

FIX XD

master
peter 5 years ago
parent
commit
cbcddca4f1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
65
   - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
66
   - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
67
   - git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
67
   - git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
68
-  - git rm -rf ./${DRONE_REPO_NAME}/*
68
+  - rm -rf ./${DRONE_REPO_NAME}/*
69
   - cp -r ./docs/* ./${DRONE_REPO_NAME}
69
   - cp -r ./docs/* ./${DRONE_REPO_NAME}
70
   - ls ./${DRONE_REPO_NAME}
70
   - ls ./${DRONE_REPO_NAME}
71
   - git add -f docs
71
   - git add -f docs

Loading…
Cancel
Save