Skip to content

Fix the pages job; separate a cargo-doc job out of it

The pages job only runs after a merge, but cargo-doc may actually fail if there are errors in the documentation process. This happened with the last merge since the pages job was still calling cargo-doc with the old project name (librsvg instead of rsvg).

Merge request reports