From 510edb8f46826bce1e15bea0f1d7de79c4c58809 Mon Sep 17 00:00:00 2001 From: Jon Peirce Date: Thu, 30 Apr 2026 14:45:46 +0100 Subject: [PATCH] put .nojekyll straight into build/html ? Putting it in the root of the repo didn't seem to work --- .github/workflows/build_docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 2d0bb1d..835007a 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -113,6 +113,7 @@ jobs: curl -LO https://github.com/psychopy/plugins/raw/refs/heads/${{ github.event.inputs.pp_branch }}/plugins.json mv plugins.json build/html - name: add nojekyll to docs folder + working-directory: build/html run: | touch .nojekyll - name: "DEBUG: Upload docs as artifact"