From 5a797ca96793e1bc10b983f69cc1843809c19cb8 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Wed, 7 Oct 2020 16:04:59 +0200 Subject: [PATCH] fix(ci): add .nojekyll to build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c73fe94..78c246f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,5 +15,5 @@ jobs: ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: out - BUILD_SCRIPT: npm install && npm run build + BUILD_SCRIPT: npm ci && npm run build && touch out/.nojekyll CNAME: slashdev.space