Changeset 7896304 in flex_extract.git


Ignore:
Timestamp:
Nov 25, 2020, 12:35:56 PM (3 years ago)
Author:
Anne Tipka <tipka.anne@…>
Branches:
dev
Children:
7271b6f
Parents:
f947203
Message:

Update .gitlab-ci.yml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    rf947203 r7896304  
    11image: python:3.7-alpine
    2 
    3 test:
    4   stage: test
    5   script:
    6   - pip install -U sphinx
    7   - sphinx-build -b html . public
    8   only:
    9   - branches
    10   except:
    11   - master
    122
    133pages:
    144  stage: deploy
    155  script:
    16   - pip install -U sphinx
    17   - sphinx-build -b html . public
     6  - cp -r Documentation/html public
    187  artifacts:
    198    paths:
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG