We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c457551 commit ab11ad2Copy full SHA for ab11ad2
.github/workflows/build.yml
@@ -61,10 +61,10 @@ jobs:
61
if [ ! -z "$site_base_href" ]
62
then
63
echo "Prerendering for deployment to $site_base_href"
64
- dotnet run --AppTasks=prerender --environment Production --BaseHref "$site_base_href"
+ dotnet run --AppTasks=prerender --configuration Release --environment Production --BaseHref "$site_base_href"
65
else
66
echo "Prerendering for deployment to $(cat ./wwwroot/CNAME)"
67
- dotnet run --AppTasks=prerender --environment Production
+ dotnet run --AppTasks=prerender --configuration Release --environment Production
68
fi
69
70
# Deploy UI to GitHub Pages
0 commit comments