Commit fe3131e4 authored by Michael Tesch's avatar Michael Tesch
Browse files

Fix GitLab Pages: serve docs at site root

parent f8bcca3a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ pages:
  - cmake -Bbuild-docs -H.
  - cmake --build build-docs --target cppduals_docs
  - mkdir -p public
  - mv build-docs/docs public/
  - mv build-docs/docs/* public/
  - if [ -d coverage ]; then cp -r coverage public/coverage; fi
  artifacts:
    paths: