Changeset 576546e in ammosreader for .gitlab-ci.yml


Ignore:
Timestamp:
06/30/22 14:40:40 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
d41827e
Parents:
36dd1e9
Message:

better path naming for pdoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r36dd1e9 r576546e  
    1111    - pip install --upgrade numpy pdoc3
    1212    - pdoc3 --html ammosreader -o public
     13    - mv public/ammosreader public/doc
    1314  artifacts:
    1415    paths:
    15     - public/ammosreader
     16    - public/doc
    1617  rules:
    1718    - if: $CI_COMMIT_BRANCH == "guix"
Note: See TracChangeset for help on using the changeset viewer.