ci: Also export docs in pages

This commit is contained in:
Marco Trevisan (Treviño)
2026-02-21 04:05:14 +01:00
parent ed1b18e687
commit e40f9825fd
+3
View File
@@ -287,9 +287,12 @@ pages:
needs:
- job: test
artifacts: true
- job: build
artifacts: true
script:
- mkdir public
- mv _build/meson-logs/coveragereport public/coverage
- mv _build/doc/html public/doc
artifacts:
paths:
- public