We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b94e93 commit b3e3cf6Copy full SHA for b3e3cf6
1 file changed
generate.sh
100644
100755
@@ -21,6 +21,6 @@ dotnet publish -r ${machine} -p:PublishSingleFile=true --self-contained false -o
21
cd ..
22
cp ./out/DocFxMarkdownGen ./dfmg
23
chmod +x ./dfmg
24
-sudo ./dfmg
+./dfmg
25
yarn install
26
npm run build
0 commit comments