Skip to content

Commit 40b63c7

Browse files
authored
Update docs.yml
1 parent 110c91a commit 40b63c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
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)
3131
run: cd fsharp && .\build -noVisualStudio -ci -binaryLog
32+
env:
33+
UpdateXlfOnBuild: true
3234
- name: Checkout FSharp.Formatting master
3335
run: git clone https://github.com/fsprojects/FSharp.Formatting --depth 1 FSharp.Formatting
3436
- name: Build FSharp.Formatting master

0 commit comments

Comments
 (0)