diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index e0bedf3..2d0bb1d 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -112,6 +112,9 @@ jobs: run: | 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 + run: | + touch .nojekyll - name: "DEBUG: Upload docs as artifact" uses: actions/upload-artifact@v6 with: