Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michiel Cottaar
fslpy
Commits
0e1c07ae
Commit
0e1c07ae
authored
Mar 05, 2021
by
Paul McCarthy
🚵
Browse files
CI: No more deploy-doc job
parent
ff60e4df
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ci/deploy_doc.sh
deleted
100644 → 0
View file @
ff60e4df
#!/usr/bin/env bash
set
-e
rsync
-rv
doc/
"
$CI_COMMIT_REF_NAME
"
"docdeploy:"
.gitlab-ci.yml
View file @
0e1c07ae
...
...
@@ -253,23 +253,6 @@ build-pypi-dist:
##############
deploy-doc
:
<<
:
*only_upstream
<<
:
*setup_ssh
stage
:
deploy
when
:
manual
image
:
python:3.7
tags
:
-
docker
dependencies
:
-
build-doc
script
:
-
bash ./.ci/deploy_doc.sh
deploy-pypi
:
<<
:
*only_releases
<<
:
*setup_ssh
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment