diff --git a/.github/workflows/gh_pages_deploy.yml b/.github/workflows/gh_pages_deploy.yml
index df791a1..38b6176 100644
--- a/.github/workflows/gh_pages_deploy.yml
+++ b/.github/workflows/gh_pages_deploy.yml
@@ -19,6 +19,8 @@ jobs:
run: dotnet publish XDefiantWeaponStats/XDefiantWeaponStats.csproj -c Release -o release --nologo
- name: Modify base-tag
run: sed -i 's///g' release/wwwroot/index.html
+ - name: Add .nojekyll file
+ run: touch release/wwwroot/.nojekyll
- name: Commit wwwroot
uses: JamesIves/github-pages-deploy-action@v4.6.1
with: