From ddfadb9af1f3cd45e2a6e82f30756f6799285812 Mon Sep 17 00:00:00 2001 From: Bruno Rosa Date: Tue, 14 May 2024 10:29:31 -0400 Subject: [PATCH] add .nojekyll in docs-deploy step --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c39308940..07ae0426c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -145,6 +145,9 @@ jobs: - run: name: Build documentation command: npm --prefix ./documentation run build + - run: + name: Disable jekyll builds + command: touch documentation/dist/.nojekyll - run: name: Show contents command: ls -R documentation/dist