Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
818d5323
Commit
818d5323
authored
Feb 22, 2017
by
Jochen Schulz
Browse files
added build/deploy
parent
2f280fa5
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
818d5323
before_script
:
-
cd docs
stages
:
-
build
-
deploy
doc
:
build
:
stage
:
build
before_script
:
-
cd docs
script
:
-
nix-shell -p python3Packages.sphinx python3Packages.numpydoc python3Packages.pnam --run "make html"
deploy
:
stage
:
deploy
script
:
-
rsync -av _build/html/ /var/www/num/proxtoolbox/
Write
Preview
Markdown
is supported
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