Changeset 1cb301b in ammosreader


Ignore:
Timestamp:
06/30/22 14:15:01 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
db6adde
Parents:
1491313
Message:

paths for pdoc adjusted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .gitlab-ci.yml

    r1491313 r1cb301b  
    1111    - pip install --upgrade numpy pdoc3
    1212    - pip install git+http://enno:xrge6-j2NkpRwsi9BXQn@gitlab.kid.local/kidzg/ammosreader.git
    13     - pdoc3 --html ammosreader -o public
     13    - cd ammosreader
     14    - pdoc3 --html . -o ../public
    1415  artifacts:
    1516    paths:
Note: See TracChangeset for help on using the changeset viewer.