From ff657d205ad2d0c9244351064ceb104b0adba862 Mon Sep 17 00:00:00 2001 From: Lukas Schnelle Date: Mon, 18 May 2026 16:34:02 +0200 Subject: [PATCH] add .nojekyll file to allow for images starting with _ as filename --- .github/workflows/release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f824be5f..ad74e0d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,11 @@ jobs: with: dry-run: ${{ inputs.dry-run }} force: ${{ inputs.force }} + - name: Create .nojekyll bypass file + run: touch .nojekyll - uses: gap-actions/update-gh-pages@v1 if: ${{ !inputs.dry-run }} with: - extra-files: doc/images + extra-files: | + doc/images + .nojekyll