Skip to content
Snippets Groups Projects
Commit be03d92c authored by Carel van Niekerk's avatar Carel van Niekerk :computer:
Browse files

Update .gitlab-ci.yml, .gitignore files

parent dfa32373
No related branches found
No related tags found
No related merge requests found
Pipeline #39121 passed
_build
public
image: python:3.7-alpine
test:
stage: test
script:
- pip install -U sphinx
- sphinx-build -b html . public
only:
- branches
except:
- master
pages:
stage: deploy
script:
- pip install -U sphinx
- sphinx-build -b 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