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