From 084f9959e77412d812d6513bfc1b7ce1b59a94a2 Mon Sep 17 00:00:00 2001 From: Tobias Ortmayr Date: Tue, 2 Jun 2026 17:14:10 +0000 Subject: [PATCH] Link PR preview comment directly to index.html GitHub Pages does not serve the directory index for the preview path, so the bare `.../pr-/` URL 404s. Point the comment at `index.html` (deployment-url already ends with a slash) so the link resolves. --- .github/workflows/pr-preview-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-preview-deploy.yml b/.github/workflows/pr-preview-deploy.yml index 25ffbaf..7d8b533 100644 --- a/.github/workflows/pr-preview-deploy.yml +++ b/.github/workflows/pr-preview-deploy.yml @@ -67,4 +67,4 @@ jobs: header: pr-preview number: ${{ steps.pr.outputs.number }} message: | - 🚀 **Website preview deployed to** ${{ steps.preview.outputs.deployment-url }} + 🚀 **Website preview deployed to** ${{ steps.preview.outputs.deployment-url }}index.html