Skip to content
Snippets Groups Projects
Commit c76dfcd8 authored by Aakash Ashok Naik's avatar Aakash Ashok Naik :eyes:
Browse files

Delete .gitlab-ci.yml

parent af7911bd
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment