Skip to content

Fix pipeline job "html_test"

Johannes Zarl-Zierl requested to merge work/jzarl/fix-pipeline-html into master

This MR fixes most errors in the job "html_test", but not all.

@phunh I don't understand why the following pages still fail:

hig/components/assistance/inline/index.html
Non-OK status: 404 --- hig/components/assistance/inline/index.html --> https://api.kde.org/frameworks/kirigami/html/classInlineMessage.html
docs/plasma/aurorae/index.html
hash does not exist --- docs/plasma/aurorae/index.html --> /docs/plasma/theme/theme-details/#using-system-colors
docs/plasma/theme/quickstart/index.html
hash does not exist --- docs/plasma/theme/quickstart/index.html --> /docs/plasma/theme/theme-details/#background-svg-format

The first one (content/hig/components/assistance/inline.md) is a doc link in the form [InlineMessage](docs:kirigami2;InlineMessage). Similar links to other classes work, and the InlineMessage page exists on api.kde.org.

What am I missing here?

The other two errors are equally dumbfonding to me: both pages use ref and work locally, and hugo does not generate a warning for them. Shouldn't that mean that they work on the production environment?

Merge request reports