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

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

Update .gitlab-ci.yml

  • Property mode set to 100644
File size: 151 bytes
RevLine 
[f947203]1image: python:3.7-alpine
2
3pages:
4  stage: deploy
5  script:
[7896304]6  - cp -r Documentation/html public
[f947203]7  artifacts:
8    paths:
9    - public
10  only:
11  - master
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG