diff --git a/.github/workflows/publish-to-gh-pages.yml b/.github/workflows/publish-to-gh-pages.yml
index 4c0a91f..9fbbad7 100644
--- a/.github/workflows/publish-to-gh-pages.yml
+++ b/.github/workflows/publish-to-gh-pages.yml
@@ -24,7 +24,7 @@ jobs:
run: |
REPO_NAME=$(echo "${{ github.repository }}" | awk -F '/' '{print $NF}')
if [[ "$REPO_NAME" != *.github.io ]]; then
- sed -i 's|||g' ${{ env.WEBAPP_PATH }}/Components/App.razor
+ sed -i 's|||g' ${{ env.WEBAPP_PATH }}/Components/App.razor
fi
- name: Run webapp and generate static files