source: flex_extract.git/.gitlab-ci.yml @ f947203

dev
Last change on this file since f947203 was f947203, checked in by Anne Tipka <tipka.anne@…>, 3 years ago

Add yml to provide pages

  • Property mode set to 100644
File size: 308 bytes
Line 
1image: python:3.7-alpine
2
3test:
4  stage: test
5  script:
6  - pip install -U sphinx
7  - sphinx-build -b html . public
8  only:
9  - branches
10  except:
11  - master
12
13pages:
14  stage: deploy
15  script:
16  - pip install -U sphinx
17  - sphinx-build -b html . public
18  artifacts:
19    paths:
20    - public
21  only:
22  - master
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG