Fix Lychee URL checking on CI

This also adds the cache file to `.gitignore` in case you run Lychee locally
with the same options as CI.
This commit is contained in:
Hugo Locurcio
2026-05-16 17:56:39 +02:00
parent b226afc297
commit fcadbdf7d5
8 changed files with 24 additions and 11 deletions

View File

@@ -466,7 +466,7 @@ Now if you go to the ``godot/modules/summator/doc_classes`` folder, you will see
that it contains a ``Summator.xml`` file, or any other classes, that you referenced
in your ``get_doc_classes`` function.
Edit the file(s) following the `class reference primer <https://contributing.godotengine.org/en/latest/documentation/class_reference/class_reference_primer.html>`__ and recompile the engine.
Edit the file(s) following the `class reference primer <https://docs.godotengine.org/en/latest/engine_details/class_reference/index.html>`__ and recompile the engine.
Once the compilation process is finished, the docs will become accessible within
the engine's built-in documentation system.