From 38d725aa59cd7d0a6f1ab391929c3d916e782813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Wed, 16 Oct 2024 23:46:19 -0400 Subject: [PATCH] [book] Try to add nojekyll --- .github/workflows/book.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 15a9ffa0..7aebaf22 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -21,6 +21,8 @@ jobs: - run: mdbook build book/ -d $PWD/output - run: cp -rf $PWD/.well-known $PWD/output/ + - run: touch .nojekyll + - run: touch ./output/.nojekyll - name: Deploy uses: peaceiris/actions-gh-pages@v3