You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/docs.yml
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ permissions:
16
16
17
17
jobs:
18
18
build:
19
-
runs-on: ubuntu-latest
19
+
runs-on: windows-latest
20
20
steps:
21
21
- name: Git Checkout source code
22
22
uses: actions/checkout@v4
@@ -34,9 +34,15 @@ jobs:
34
34
cd Src
35
35
ls
36
36
37
+
37
38
- name: Build code to make xml file
38
39
run: dotnet build --configuration Release # see required xml tags: https://fsprojects.github.io/FSharp.Formatting/zero-to-hero.html#Generating-API-documentation
39
40
41
+
# Run dotnet build --configuration Release
42
+
# Determining projects to restore...
43
+
# Restored /home/runner/work/Rhino.Scripting.Fsharp/Rhino.Scripting.Fsharp/Rhino.Scripting.Fsharp.fsproj (in 1.22 sec).
44
+
# FSC : error FS0225: Source file '/home/runner/work/Rhino.Scripting.Fsharp/Rhino.Scripting.Fsharp/Src/UtilRhinoScriptingFSharp.fs' could not be found [/home/runner/work/Rhino.Scripting.Fsharp/Rhino.Scripting.Fsharp/Rhino.Scripting.Fsharp.fsproj]
0 commit comments