Commit d3fa5b7b authored by ASN.1 Documenter's avatar ASN.1 Documenter
Browse files

Merge branch 'docs' of https://forge.etsi.org/rep/filatov/cdd_ts102894_2 into docs

parents 42039ff9 6f8c6a30
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ validate:
documentation:
  stage: deploy
  script:
    - if [ -f asn2md.py ]; then curl -o asn2md.py --header "PRIVATE-TOKEN:$CI_DOC_TOKEN" "https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py/raw?ref=master"; fi
    - if ! [ -f asn2md.py ]; then curl -o asn2md.py --header "PRIVATE-TOKEN:$CI_DOC_TOKEN" "https://forge.etsi.org/rep/api/v4/projects/592/repository/files/asn2md.py/raw?ref=master"; fi
    - make -f .gitlab-ci.mk doc
    - git add docs/*.md
    - git commit -m "Documentation update"