Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunderscore committed Sep 10, 2023
1 parent 291d36b commit ee2479f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ProjectRoot/build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#!/bin/bash

set -euxo pipefail

Expand All @@ -8,5 +8,5 @@ apt-get -y install dotnet7
ls -l /root/.dotnet/tools
ls -l .

docfx Packages/nadena.dev.ndmf/docfx~/docfx.json
/root/.dotnet/tools/docfx Packages/nadena.dev.ndmf/docfx~/docfx.json
tar -C Packages/nadena.dev.ndmf/docfx~/_site -czf build/StandaloneWindows/docs.tgz .
3 changes: 2 additions & 1 deletion UnitTests~/DocsBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public static void BuildDocs()
System.Console.Error.WriteLine("Failed to build docs: " + e);
}


System.Console.Out.WriteLine("### The following output is to make the GameCI builder happy.");
System.Console.Out.WriteLine("# Build results\n#\nSize:");
}

private static void RunProcess(string command)
Expand Down

0 comments on commit ee2479f

Please sign in to comment.