KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.21k stars 628 forks source link

Missing screenshot is causing error in Antora site build #1028

Closed oddhack closed 4 months ago

oddhack commented 5 months ago

This is from the 'build (npx) with stacktrace' section of https://github.com/KhronosGroup/Vulkan-Site/actions/runs/8706787681/job/23880213678 , which should be building from HEAD of the default branch:

[13:50:56.353] ERROR (asciidoctor): target of image not found: screenshot.png
    file: /home/runner/work/Vulkan-Site/Vulkan-Site/Vulkan-Samples/antora/modules/ROOT/pages/samples/extensions/dynamic_primitive_clipping/README.adoc
    source: /home/runner/work/Vulkan-Site/Vulkan-Site/Vulkan-Samples (branch: main <worktree> | start path: antora)
SaschaWillems commented 5 months ago

The image path is missing the relative part. I'll do a PR to fix this.