Skip to content

Commit 8b94e93

Browse files
committed
Confirm Blazor still works on CI.
1 parent ca1a8b4 commit 8b94e93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ dotnet publish -r ${machine} -p:PublishSingleFile=true --self-contained false -o
2121
cd ..
2222
cp ./out/DocFxMarkdownGen ./dfmg
2323
chmod +x ./dfmg
24-
./dfmg
24+
sudo ./dfmg
2525
yarn install
2626
npm run build

0 commit comments

Comments
 (0)