Skip to content

Commit ec30aff

Browse files
committed
fix
1 parent 0fe5afc commit ec30aff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-to-gh-pages.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
if [[ "$REPO_NAME" != *.github.io ]]; then
2727
sed -i 's|<base href="/" />|<base href="/'$REPO_NAME'/" />|g' ${{ env.WEBAPP_PATH }}/Components/App.razor
2828
fi
29-
3029
31-
- name: Run webapp and generate static files
32-
run: |
30+
- name: Run webapp and generate static files
31+
run: |
3332
dotnet run --project ${{ env.WEBAPP_PATH }}${{env.WEBAPP_CSPROJ}} --configuration Release
3433
3534
- run: touch ${{ env.WEBAPP_PATH }}/output/.nojekyll #folder starting with _ are handled as jekyll. This file will prevent that.

0 commit comments

Comments
 (0)