Changes in .gitlab-ci.yml [3c396a4:050ace0] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r3c396a4 r050ace0 3 3 stage: deploy 4 4 script: 5 - python3 --version 6 - pip install -U sphinx 5 7 - sphinx-build -b html doc/rst/ public 6 8 artifacts:
Note:
See TracChangeset
for help on using the changeset viewer.