I have no idea how this happened, can this be resolved..?
Building page via CI, and pushing
files Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/__main__.py", line 370, in <module> cli() ~~~^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1485, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1406, in main rv = self.invoke(ctx) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1873, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1269, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 824, in invoke return callback(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/__main__.py", line 315, in gh_deploy_command build.build(cfg, dirty=not clean) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/commands/build.py", line 292, in build files = config.plugins.on_files(files, config=config) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/plugins.py", line 593, in on_files return self.run_event('files', files, config=config) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/plugins.py", line 566, in run_event result = method(item, **kwargs) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdoxy/plugin.py", line 134, in on_files self.doxygen[project_name] = Doxygen(doxygenRun.getOutputFolder(), parser=parser, cache=cache) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdoxy/doxygen.py", line 20, in __init__ xml = ElementTree.parse(path_xml).getroot() ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/xml/etree/ElementTree.py", line 1214, in parse tree.parse(source, parser) ~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/xml/etree/ElementTree.py", line 566, in parse source = open(source, "rb") FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/RedPepper/RedPepper/priv/RedPepperWiki/site/assets/.doxy/game/xml/index.xml' Error: Process completed with exit code 1.
I do keep getting the error w. multiple runs
I have no idea how this happened, can this be resolved..?
Building page via CI, and pushing
files Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/__main__.py", line 370, in <module> cli() ~~~^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1485, in __call__ return self.main(*args, **kwargs) ~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1406, in main rv = self.invoke(ctx) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1873, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 1269, in invoke return ctx.invoke(self.callback, **ctx.params) ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/click/core.py", line 824, in invoke return callback(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/__main__.py", line 315, in gh_deploy_command build.build(cfg, dirty=not clean) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/commands/build.py", line 292, in build files = config.plugins.on_files(files, config=config) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/plugins.py", line 593, in on_files return self.run_event('files', files, config=config) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdocs/plugins.py", line 566, in run_event result = method(item, **kwargs) File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdoxy/plugin.py", line 134, in on_files self.doxygen[project_name] = Doxygen(doxygenRun.getOutputFolder(), parser=parser, cache=cache) ~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/site-packages/mkdoxy/doxygen.py", line 20, in __init__ xml = ElementTree.parse(path_xml).getroot() ~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/xml/etree/ElementTree.py", line 1214, in parse tree.parse(source, parser) ~~~~~~~~~~^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.14.2/x64/lib/python3.14/xml/etree/ElementTree.py", line 566, in parse source = open(source, "rb") FileNotFoundError: [Errno 2] No such file or directory: '/home/runner/work/RedPepper/RedPepper/priv/RedPepperWiki/site/assets/.doxy/game/xml/index.xml' Error: Process completed with exit code 1.I do keep getting the error w. multiple runs