Commit 34c61524 authored by Carina Lansing's avatar Carina Lansing
Browse files

Update .gitlab-ci.yml file

parent 355585fe
# To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Bash.gitlab-ci.yml
# See https://docs.gitlab.com/ee/ci/yaml/index.html for all available options
# you can delete this line if you're not using Docker
#image: busybox:latest
deploy1:
stage: deploy
script:
- echo "Deploying to readthedocs"
- curl -X POST -d "branches=api_refactor" -d "token=cb0bec0b1b510550ced5b5d620a432b5e87167fd" https://readthedocs.org/api/v2/webhook/adi-python/164528/
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