Skip to content

Commit 240d7b0

Browse files
authored
Update docs.yml
1 parent fb0e999 commit 240d7b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build:
18-
runs-on: ubuntu-latest
18+
runs-on: windows-latest
1919
steps:
2020
- uses: actions/checkout@v3
2121
- name: Checkout fsharp main
@@ -39,15 +39,15 @@ jobs:
3939
with:
4040
global-json-file: ${{ env.FSF_DIR }}/global.json
4141
- name: Restore local FSharp.Core project in current repo
42-
run: dotnet restore FSharp.Core/FSharp.Core.fsproj
42+
run: dotnet restore FSharp.Core\FSharp.Core.fsproj
4343
- name: Build FSharp.Core in fsharp main
44-
run: dotnet build src/FSharp.Core/FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true
44+
run: dotnet build src\FSharp.Core\FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true
4545
working-directory: ${{ env.FSHARP_DIR }}
4646
- name: Build FSharp.Formatting main
4747
run: dotnet fsi ./build.fsx -t Build
4848
working-directory: ${{ env.FSF_DIR }}
4949
- name: Run fsdocs
50-
run: dotnet FSharp.Formatting/src/fsdocs-tool/bin/Release/net6.0/fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
50+
run: dotnet FSharp.Formatting\src\fsdocs-tool\bin\Release\net6.0\fsdocs.dll build --sourcefolder ${{ env.FSHARP_DIR }}
5151
- name: Deploy
5252
uses: peaceiris/actions-gh-pages@v3
5353
with:

0 commit comments

Comments
 (0)