From f688fd506dd866dfb4c6bdf03b717c7e5dd21360 Mon Sep 17 00:00:00 2001 From: tesar-tech Date: Fri, 25 Oct 2024 08:50:01 +0200 Subject: [PATCH] gha allow to not have a space in base tag --- .github/workflows/publish-to-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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