Skip to content
Snippets Groups Projects
Commit e0f3c959 authored by Alexander Martínez Méndez's avatar Alexander Martínez Méndez
Browse files

Delete .gitlab-ci.yml

parent 8fe72e92
No related branches found
No related tags found
No related merge requests found
image: python:3.9-buster
before_script:
- pip install -r requirements.txt
test:
stage: test
script:
- mkdocs build --verbose --site-dir test
artifacts:
paths:
- test
except:
- master
deploy:
stage: deploy
only:
- master
script:
- mkdocs build --site-dir public
- echo "build"
artifacts:
paths:
- public
expire_in: 10 mins
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment