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" } } ],