diff --git a/atomicfeaturespackage/.gitlab-ci.yml b/atomicfeaturespackage/.gitlab-ci.yml deleted file mode 100644 index 022c5a3e44dcf019971bb470327ba7b3f9ae5068..0000000000000000000000000000000000000000 --- a/atomicfeaturespackage/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -pages: - script: - - pip install -U sphinx - - pip install sphinx_rtd_theme - - sphinx-build -d _build/doctrees docs/source _build/html - - mv _build/html public - artifacts: - paths: - - public - only: - - master