Skip to content

Commit d47c9f4

Browse files
committed
Fix CI
1 parent d51fb00 commit d47c9f4

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-
sudo ./dfmg
24+
./dfmg
2525
yarn install
2626
npm run build

0 commit comments

Comments
 (0)