From 063926c4d2908ce8a0cd75e0d71b63f774aa6038 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Tue, 11 Jan 2022 15:26:38 -0800 Subject: [PATCH] Fix nojekyll path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41619007e..3a769df33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -214,7 +214,7 @@ jobs: gem install bundler bundle install bundle exec jekyll build --destination 1.0.0 - - run: touch docs/.nojekyll + touch .nojekyll - uses: EndBug/add-and-commit@v7 with: message: Add .nojekyll