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
Line 
1image: python:3.7-alpine
2
3pages:
4  stage: deploy
5  script:
6  - cp -r Documentation/html public
7  artifacts:
8    paths:
9    - public
10  only:
11  - master
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG