Skip to content

Commit ab11ad2

Browse files
committed
Add --configuration Release
1 parent c457551 commit ab11ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
if [ ! -z "$site_base_href" ]
6262
then
6363
echo "Prerendering for deployment to $site_base_href"
64-
dotnet run --AppTasks=prerender --environment Production --BaseHref "$site_base_href"
64+
dotnet run --AppTasks=prerender --configuration Release --environment Production --BaseHref "$site_base_href"
6565
else
6666
echo "Prerendering for deployment to $(cat ./wwwroot/CNAME)"
67-
dotnet run --AppTasks=prerender --environment Production
67+
dotnet run --AppTasks=prerender --configuration Release --environment Production
6868
fi
6969
7070
# Deploy UI to GitHub Pages

0 commit comments

Comments
 (0)