From 2545d74b31d56c26daf6bc7e85dd87837ace9692 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 30 Aug 2022 14:13:39 +0100 Subject: [PATCH 1/3] update --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index cb4857f00d..222d69af81 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "fsdocs-tool": { - "version": "14.0.1", + "version": "16.0.2", "commands": [ "fsdocs" ] From ad71950d9a7bf36de5cd8261b2c96129345cca5e Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 30 Aug 2022 14:14:46 +0100 Subject: [PATCH 2/3] update --- .github/workflows/docs.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c49110fb8b..fa9c447d39 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,7 +28,7 @@ jobs: - name: Build fsharp master (turn of CI build status) run: cd fsharp && eng\CIBuild.cmd -noVisualStudio - name: Run fsdocs - run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs + run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs --strict - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 861a54bad7..404fe7c9f2 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -29,4 +29,4 @@ jobs: - name: Build fsharp master (turn of CI build status) run: cd fsharp && eng\CIBuild.cmd -noVisualStudio - name: Run fsdocs - run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs + run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs --strict From 731d9a66368c5bd0ef9905130de34e2a7968197e Mon Sep 17 00:00:00 2001 From: Don Syme Date: Tue, 30 Aug 2022 14:17:05 +0100 Subject: [PATCH 3/3] update --- .github/workflows/docs.yml | 2 +- .github/workflows/pr.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c49110fb8b..40b3ab7258 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -18,7 +18,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.400 + dotnet-version: 6.0.203 - name: Restore tools run: dotnet tool restore - name: Restore projects diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 861a54bad7..e969ad3ba1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [windows-latest] - dotnet: [5.0.400] + dotnet: [6.0.203] runs-on: ${{ matrix.os }} steps: @@ -19,7 +19,7 @@ jobs: - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: 5.0.400 + dotnet-version: 6.0.203 - name: Restore tools run: dotnet tool restore - name: Restore projects