Changeset 576546e in ammosreader for .gitlab-ci.yml
- Timestamp:
- 06/30/22 14:40:40 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- d41827e
- Parents:
- 36dd1e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitlab-ci.yml
r36dd1e9 r576546e 11 11 - pip install --upgrade numpy pdoc3 12 12 - pdoc3 --html ammosreader -o public 13 - mv public/ammosreader public/doc 13 14 artifacts: 14 15 paths: 15 - public/ ammosreader16 - public/doc 16 17 rules: 17 18 - if: $CI_COMMIT_BRANCH == "guix"
Note:
See TracChangeset
for help on using the changeset viewer.