From a7734b06e6e2e42343a3b7cb621f47aa8111938d Mon Sep 17 00:00:00 2001 From: Emil Bektimirov Date: Sat, 4 May 2024 16:27:03 +0200 Subject: [PATCH] Add nojekyll flag for github pages --- .github/workflows/publish-github-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-github-pages.yml b/.github/workflows/publish-github-pages.yml index b3ebaa7..f911e16 100644 --- a/.github/workflows/publish-github-pages.yml +++ b/.github/workflows/publish-github-pages.yml @@ -35,7 +35,8 @@ jobs: run: pnpm build - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@4.6.0 with: + nojekyll: true branch: gh-pages folder: apps/web/out