From 5c44b0433b808e29a29de6ffe55b47f5b6620290 Mon Sep 17 00:00:00 2001 From: Cyborg Viktor <307551610+vpetersson-bot@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:03:07 +0000 Subject: [PATCH] Fix: include .well-known in Pages artifact Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01KnaHskk4LSYZKggBdBZZwc --- .github/workflows/deploy-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index aaf1db6..6141c4e 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -41,6 +41,7 @@ jobs: uses: actions/upload-pages-artifact@v5 # tag: official Pages action with: path: dist + include-hidden-files: true deploy: name: Deploy