We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4857a commit 0d50e62Copy full SHA for 0d50e62
.gitlab-ci.yml
@@ -28,3 +28,13 @@ Python 2.6:
28
- python2.6
29
except:
30
- tags
31
+
32
+Documentation:
33
+ script:
34
+ - EXTRA_INSTALL="numpy"
35
+ - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-docs.sh
36
+ - ". ./build-docs.sh"
37
+ tags:
38
+ - python3.5
39
+ only:
40
+ - master
doc/upload-docs.sh
@@ -1,3 +1,3 @@
1
#! /bin/sh
2
3
-rsync --progress --verbose --archive --delete .build/html/* doc-upload:doc/meshpy
+rsync --verbose --archive --delete .build/html/* doc-upload:doc/meshpy
0 commit comments