From 6d1d10a3349c6d2b94326255fa850077bb3eb1e6 Mon Sep 17 00:00:00 2001 From: Daniel Santillan Date: Wed, 17 Apr 2024 12:54:05 +0200 Subject: [PATCH] fix: added nojekyll to gh pages deployment --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 842d28a..cfb1e23 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,7 @@ jobs: npm install npm run build -- --base /${{ github.event.repository.name }}/ cp .eodash/dist/index.html .eodash/dist/404.html + touch .eodash/dist/.nojekyll - uses: JamesIves/github-pages-deploy-action@v4 with: folder: ./.eodash/dist/