Changes in / [7bdcacf:34f7c44] in ammosreader
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r7bdcacf r34f7c44 3 3 stage: deploy 4 4 script: 5 - python3 --version6 - pip install -U sphinx7 5 - sphinx-build -b html doc/rst/ public 8 6 artifacts:
Note:
See TracChangeset
for help on using the changeset viewer.