From c2ca2b77cd703d46d8f97a168c647e8dd91e2040 Mon Sep 17 00:00:00 2001 From: Tigger Kindel Date: Fri, 1 Dec 2023 14:37:29 -0700 Subject: [PATCH] attempting to publish v1 AND v2 docs 5 --- .github/workflows/api-docs.yml | 6 +++--- docfx/docfx.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index e2978e1df..22a80ab23 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -66,8 +66,8 @@ jobs: with: args: install docfx - - name: Install dependencies - run: dotnet restore + # - name: Install dependencies + # run: dotnet restore - name: DocFX Build working-directory: docfx @@ -92,7 +92,7 @@ jobs: id: deployment uses: actions/deploy-pages@v2 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} # - name: Use docfx to build API Docs diff --git a/docfx/docfx.json b/docfx/docfx.json index 8d385f935..a19cf171b 100644 --- a/docfx/docfx.json +++ b/docfx/docfx.json @@ -16,7 +16,7 @@ "dest": "api/Terminal.Gui", "shouldSkipMarkup": true, "properties": { - "TargetFramework": "net6.0" + "TargetFramework": "net7.0" } }, { @@ -35,7 +35,7 @@ "dest": "api/UICatalog", "shouldSkipMarkup": false, "properties": { - "TargetFramework": "net6.0" + "TargetFramework": "net7.0" } } ],