Skip to content

Commit 6f892c2

Browse files
authored
Update docs.yml
1 parent 40b63c7 commit 6f892c2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
- name: Checkout fsharp master
2929
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
3030
- name: Build fsharp master (turn of CI build status)
31-
run: cd fsharp && .\build -noVisualStudio -ci -binaryLog
32-
env:
33-
UpdateXlfOnBuild: true
31+
run: cd fsharp && eng\CIBuild.cmd
3432
- name: Checkout FSharp.Formatting master
3533
run: git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
3634
- name: Build FSharp.Formatting master

0 commit comments

Comments
 (0)