For my repo commons-email I set up
While the CI tests work fine, the Javadocs deployment fails with the message could not load config from forge: %!w(), before the pipeline even starts.
What did I do wrong?
For my repo [`commons-email`](https://codeberg.org/GustavVirtualMachine/commons-email) I set up
- [`.woodpecker/tests.yaml`](https://codeberg.org/GustavVirtualMachine/commons-email/src/branch/master/.woodpecker/tests.yaml) to conduct tests whenever any branch is pushed to and
- [`.woodpecker/javadocs.yaml`](https://codeberg.org/GustavVirtualMachine/commons-email/src/branch/master/.woodpecker/javadocs.yaml) to deploy the Javadocs to Codeberg Pages whenever a tag is pushed to master.
While the CI tests work fine, the Javadocs deployment [fails](https://ci.codeberg.org/repos/14712/pipeline/4/errors) with the message `could not load config from forge: %!w()`, before the pipeline even starts.
What did I do wrong?