Skip to content
Extraits de code Groupes Projets

Update CI to autopublish docs

Fusionnées Eliah REBSTOCK a demandé de fusionner update-ci vers master
1 fichier
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -16,7 +16,7 @@ publish-docs:
stage: deploy
before_script:
- apt-get update
- apt-get install doxygen -y
- apt-get install doxygen graphviz -y
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s)
- echo "$DOCS_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
Chargement en cours