This commit is contained in:
peter
2019-09-22 14:40:11 +02:00
parent a831618be5
commit cbcddca4f1
+1 -1
View File
@@ -65,7 +65,7 @@ steps:
- git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}" - git config --global user.email "${DRONE_COMMIT_AUTHOR_EMAIL}"
- git config --global user.name "${DRONE_COMMIT_AUTHOR}" - git config --global user.name "${DRONE_COMMIT_AUTHOR}"
- git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git - git clone https://gitea.frontblock.me/fw-docs/${DRONE_REPO_NAME}.git
- git rm -rf ./${DRONE_REPO_NAME}/* - rm -rf ./${DRONE_REPO_NAME}/*
- cp -r ./docs/* ./${DRONE_REPO_NAME} - cp -r ./docs/* ./${DRONE_REPO_NAME}
- ls ./${DRONE_REPO_NAME} - ls ./${DRONE_REPO_NAME}
- git add -f docs - git add -f docs