Skip to content

Change 'script' in .gitlab-ci.yml

Maria Dimou requested to merge dimou-master-patch-89806 into master

change from

  • /opt/rh/rh-python36/root/bin/mkdocs build --strict --site-dir $(mktemp -d) to
  • mkdocs build --strict --site-dir $(mktemp -d)

in .gitlab-ci.yml

Merge request reports