diff options
author | Jordan Justen <jordan.l.justen@intel.com> | 2018-12-17 01:12:41 -0800 |
---|---|---|
committer | Jordan Justen <jordan.l.justen@intel.com> | 2018-12-17 23:39:58 -0800 |
commit | 2ef8a99e8ea4a3a7b832cbea5a6420bf178b43a1 (patch) | |
tree | 7295a12819cd74b0a0d67b3d8bc2a300a028fa15 /docs | |
parent | 55b89caa2e98d50b7fb1623ea4288653d4f2f147 (diff) |
.gitlab-ci.yml: Build the website when the docs directory changes
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/.gitlab-ci.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml deleted file mode 100644 index 85c85c2a4..000000000 --- a/docs/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: alpine - -pages: - script: - - apk --no-cache add py2-pip python-dev - - pip install sphinx - - apk --no-cache add make - - make html - - mv _build/html/ public/ - artifacts: - paths: - - public - only: - - master |