Kaydet (Commit) 392e083f authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

change docs

üst cd47b3f6
......@@ -58,11 +58,10 @@ pipeline {
}
stage('deploy_docs') {
environment {
RTD = credentials('rtd-endpoint')
TOKEN = credentials('rtd-token')
}
steps {
sh 'curl -X POST -d branches=master -d token=$TOKEN https://$RTD'
sh 'curl -X POST -d branches=master -d token=$TOKEN https://readthedocs.org/api/v2/webhook/darwcss/$TOKEN'
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment