We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fe5afc commit ec30affCopy full SHA for ec30aff
.github/workflows/publish-to-gh-pages.yml
@@ -26,10 +26,9 @@ jobs:
26
if [[ "$REPO_NAME" != *.github.io ]]; then
27
sed -i 's|<base href="/" />|<base href="/'$REPO_NAME'/" />|g' ${{ env.WEBAPP_PATH }}/Components/App.razor
28
fi
29
-
30
31
- - name: Run webapp and generate static files
32
- run: |
+ - name: Run webapp and generate static files
+ run: |
33
dotnet run --project ${{ env.WEBAPP_PATH }}${{env.WEBAPP_CSPROJ}} --configuration Release
34
35
- run: touch ${{ env.WEBAPP_PATH }}/output/.nojekyll #folder starting with _ are handled as jekyll. This file will prevent that.
0 commit comments