Skip to content

Use CI_JOB_TOKEN instead of ssh and fixes Hugo version to 0.83.1

Guillaume Blin requested to merge test into master
  1. Authentification was performed with a private ssh key and was leading to problem. This fixes this issue by using a CI_JOB_TOKEN instead.

  2. The latest version of the docdock theme is not compatible with Hugo 0.84. This fixes the Hugo version to the latest compatible version (0.83.1)

-> Issue #5 was created to identify the best way of dealing with this issue in the future

Merge request reports